Browse Source

update background color

pull/8/head
d47081 2 years ago
parent
commit
0e4eef4491
  1. 8
      public/css/app.css
  2. 2
      public/index.phtml

8
public/css/app.css

@ -12,7 +12,7 @@ button::-moz-focus-inner { @@ -12,7 +12,7 @@ button::-moz-focus-inner {
input, button {
opacity: 0.8;
color: #18102d;
color: #171028;
background: #BFBACC;
border: 0;
border-radius: 3px;
@ -24,7 +24,7 @@ input, button { @@ -24,7 +24,7 @@ input, button {
body {
color: #E8E8E8;
background-color: #18102d;
background-color: #171028;
font-family: Sans-Serif, Arial;
font-size: 14px;
font-weight: normal;
@ -96,7 +96,7 @@ img:hover { @@ -96,7 +96,7 @@ img:hover {
.b-g::before {
content: "";
background-image: linear-gradient(to left, #9B94BF, #18102d);
background-image: linear-gradient(to left, #9B94BF, #171028);
height: 1px;
width: 50%;
max-width: 360px;
@ -105,7 +105,7 @@ img:hover { @@ -105,7 +105,7 @@ img:hover {
.b-g::after {
content: "";
background-image: linear-gradient(to right, #9B94BF, #18102d);
background-image: linear-gradient(to right, #9B94BF, #171028);
height: 1px;
width: 50%;
max-width: 360px;

2
public/index.phtml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=4" />
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=5" />
<meta charset="UTF-8" />
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<?php if ($namespaceHash) { ?>

Loading…
Cancel
Save