This commit is contained in:
Mylloon 2023-10-13 17:38:43 +02:00
parent f8a68933c5
commit fe140496fd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 3 deletions

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 {