redesign #1
@ -4,6 +4,7 @@
|
||||
--accent-color: darkslategrey;
|
||||
--overlay-color: #2f4f4f8f;
|
||||
--main-text-color: azure;
|
||||
--link-color: cyan;
|
||||
}
|
||||
/* FONTS */
|
||||
@font-face {
|
||||
@ -123,10 +124,12 @@ body {
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
color: cyan;
|
||||
color: var(--link-color);
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#sidebar_a:hover {color: var(--main-text-color)}
|
||||
#sidebar_a:active {color: var(--main-text-color)}
|
||||
#sidebar_logo {
|
||||
margin-top: 40%;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user