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 {
--background: #f1f1f1;
--font-color: #18181b;
--link-hover-color: #df5a9c;
--link-color: #df5a9c;
}
}
@ -12,7 +12,7 @@
:root {
--background: #171e26;
--font-color: #bcbcc5;
--link-hover-color: #ff80bf;
--link-color: #ff80bf;
}
}

View file

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