mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 13:54:20 +00:00
update styles
This commit is contained in:
parent
3ba8137f8f
commit
cbf8514249
@ -12,12 +12,19 @@ button::-moz-focus-inner {
|
||||
|
||||
input, button {
|
||||
opacity: 0.8;
|
||||
color: #5A526C;
|
||||
color: #432B79;
|
||||
background: #BFBACC;
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #E8E8E8;
|
||||
background-color: #000;
|
||||
background-color: #18102d;
|
||||
font-family: Sans-Serif, Arial;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
@ -89,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: 360px;
|
||||
display: inline-block;
|
||||
@ -97,7 +104,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: 360px;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user