Update colors

This commit is contained in:
Quad 2026-07-02 18:17:48 +02:00
parent 521e1cd2a2
commit 84c865cafe
1 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ body {
:root { :root {
--text-color: rgb(0, 0, 0); --text-color: rgb(0, 0, 0);
--highlight-color: rgb(204, 180, 176); --highlight-color: rgb(75, 55, 35);
--bg-color: rgb(255, 225, 220); --bg-color: rgb(215, 150, 100);
} }
/* Actual style starts here */ /* Actual style starts here */
@ -39,8 +39,8 @@ a:visited {
} }
a:hover { a:hover {
color: var(--text-color); color: var(--highlight-color);
filter: contrast(25%); /* filter: contrast(25%); */
} }