Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fe140496fd - Show all commits

View file

@ -3,7 +3,7 @@
:root { :root {
--background: #f1f1f1; --background: #f1f1f1;
--font-color: #18181b; --font-color: #18181b;
--link-hover-color: #df5a9c; --link-color: #df5a9c;
} }
} }
@ -12,7 +12,7 @@
:root { :root {
--background: #171e26; --background: #171e26;
--font-color: #bcbcc5; --font-color: #bcbcc5;
--link-hover-color: #ff80bf; --link-color: #ff80bf;
} }
} }

View file

@ -52,7 +52,7 @@ main {
.navbar a { .navbar a {
text-decoration: none; text-decoration: none;
color: var(--link-hover-color); color: var(--link-color);
} }
.navbar a:hover { .navbar a:hover {