Compare commits

..

No commits in common. "a1031798053ee801770e6631e6885c0886bdfa99" and "5df1d16ce535c508c10c6a96886f2e313890e420" have entirely different histories.

1 changed files with 2 additions and 5 deletions

View File

@ -4,7 +4,6 @@
--accent-color: darkslategrey;
--overlay-color: #2f4f4f8f;
--main-text-color: azure;
--link-color: cyan;
}
/* FONTS */
@font-face {
@ -124,12 +123,10 @@ body {
text-decoration: none;
text-align: center;
font-size: 25px;
color: var(--link-color);
color: cyan;
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;