redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 7c15d49ee0 - Show all commits

View File

@ -4,6 +4,7 @@
--accent-color: darkslategrey; --accent-color: darkslategrey;
--overlay-color: #2f4f4f8f; --overlay-color: #2f4f4f8f;
--main-text-color: azure; --main-text-color: azure;
--link-color: cyan;
} }
/* FONTS */ /* FONTS */
@font-face { @font-face {
@ -123,11 +124,13 @@ body {
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
font-size: 25px; font-size: 25px;
color: cyan; color: var(--link-color);
display: block; display: block;
white-space: nowrap; white-space: nowrap;
} }
#sidebar_logo { #sidebar_a:hover {color: var(--main-text-color)}
#sidebar_a:active {color: var(--main-text-color)}
#sidebar_logo {
margin-top: 40%; margin-top: 40%;
text-align: center; text-align: center;
} }