Browse Source

update font colors

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

12
public/css/app.css

@ -13,7 +13,7 @@ button::-moz-focus-inner { @@ -13,7 +13,7 @@ button::-moz-focus-inner {
input, button {
opacity: 0.8;
color: #000;
background: #BFBACC;
background: #ABA6B7;
border: 0;
border-radius: 3px;
height: 18px;
@ -23,7 +23,7 @@ input, button { @@ -23,7 +23,7 @@ input, button {
}
body {
color: #E8E8E8;
color: #BFBACC;
background-color: #000;
font-family: Sans-Serif, Arial;
font-size: 14px;
@ -32,12 +32,12 @@ body { @@ -32,12 +32,12 @@ body {
}
a {
color: #BFBACC;
color: #ABA6B7;
text-decoration: none;
}
a {
color: #BFBACC;
color: #ABA6B7;
text-decoration: none;
-moz-transition: all .5s ease-in;
-o-transition: all .5s ease-in;
@ -47,7 +47,7 @@ a { @@ -47,7 +47,7 @@ a {
}
a:hover {
color: #E8E8E8;
color: #BFBACC;
-webkit-transition: all .5s ease-in; /* issue #2 */
}
@ -127,7 +127,7 @@ img:hover { @@ -127,7 +127,7 @@ img:hover {
.c-1:active,
.c-1:visited,
.c-1:hover {
color: #ABA6B7;
color: #BFBACC;
}
.c-2,

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=6" />
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=7" />
<meta charset="UTF-8" />
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<?php if ($namespaceHash) { ?>

Loading…
Cancel
Save