mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-31 09:14:26 +00:00
rollback bg colors
This commit is contained in:
parent
132b8c3371
commit
35035fc536
@ -24,7 +24,7 @@ input, button {
|
||||
|
||||
body {
|
||||
color: #BFBACC;
|
||||
background-color: #000;
|
||||
background-color: #18102d;
|
||||
font-family: Sans-Serif, Arial;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
@ -96,7 +96,7 @@ img:hover {
|
||||
|
||||
.b-g::before {
|
||||
content: "";
|
||||
background-image: linear-gradient(to left, #9B94BF, #000);
|
||||
background-image: linear-gradient(to left, #9B94BF, #18102d);
|
||||
height: 1px;
|
||||
width: 50%;
|
||||
max-width: 360px;
|
||||
@ -105,7 +105,7 @@ img:hover {
|
||||
|
||||
.b-g::after {
|
||||
content: "";
|
||||
background-image: linear-gradient(to right, #9B94BF, #000);
|
||||
background-image: linear-gradient(to right, #9B94BF, #18102d);
|
||||
height: 1px;
|
||||
width: 50%;
|
||||
max-width: 360px;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=7" />
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=8" />
|
||||
<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