mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-03 10:46:04 +00:00
update font colors
This commit is contained in:
parent
2efdca3f4a
commit
e0c3f733b1
@ -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 {
|
||||
}
|
||||
|
||||
body {
|
||||
color: #E8E8E8;
|
||||
color: #BFBACC;
|
||||
background-color: #000;
|
||||
font-family: Sans-Serif, Arial;
|
||||
font-size: 14px;
|
||||
@ -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 {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #E8E8E8;
|
||||
color: #BFBACC;
|
||||
-webkit-transition: all .5s ease-in; /* issue #2 */
|
||||
}
|
||||
|
||||
@ -127,7 +127,7 @@ img:hover {
|
||||
.c-1:active,
|
||||
.c-1:visited,
|
||||
.c-1:hover {
|
||||
color: #ABA6B7;
|
||||
color: #BFBACC;
|
||||
}
|
||||
|
||||
.c-2,
|
||||
|
@ -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…
x
Reference in New Issue
Block a user