update styles

This commit is contained in:
KVAZAR 2022-04-28 12:08:18 +03:00 committed by GitHub
parent 3ba8137f8f
commit cbf8514249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;