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

2
public/index.phtml

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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 charset="UTF-8" />
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" /> <meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<?php if ($namespaceHash) { ?> <?php if ($namespaceHash) { ?>

Loading…
Cancel
Save