mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 22:04:44 +00:00
update background color
This commit is contained in:
parent
2a7b066368
commit
0e4eef4491
@ -12,7 +12,7 @@ button::-moz-focus-inner {
|
|||||||
|
|
||||||
input, button {
|
input, button {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
color: #18102d;
|
color: #171028;
|
||||||
background: #BFBACC;
|
background: #BFBACC;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -24,7 +24,7 @@ input, button {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: #E8E8E8;
|
color: #E8E8E8;
|
||||||
background-color: #18102d;
|
background-color: #171028;
|
||||||
font-family: Sans-Serif, Arial;
|
font-family: Sans-Serif, Arial;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -96,7 +96,7 @@ img:hover {
|
|||||||
|
|
||||||
.b-g::before {
|
.b-g::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to left, #9B94BF, #18102d);
|
background-image: linear-gradient(to left, #9B94BF, #171028);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 360px;
|
max-width: 360px;
|
||||||
@ -105,7 +105,7 @@ img:hover {
|
|||||||
|
|
||||||
.b-g::after {
|
.b-g::after {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to right, #9B94BF, #18102d);
|
background-image: linear-gradient(to right, #9B94BF, #171028);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 360px;
|
max-width: 360px;
|
||||||
|
@ -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=4" />
|
<link rel="stylesheet" type="text/css" href="<?php echo BASE_URL; ?>css/app.css?v=5" />
|
||||||
<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…
x
Reference in New Issue
Block a user