Remove the custom link styling and add an accent color

This commit is contained in:
2026-08-08 21:40:09 -04:00
parent fb13a0952e
commit a982dfaba9
13 changed files with 44 additions and 210 deletions

View File

@@ -2,13 +2,17 @@
--color-background-1: #f4f4f4;
--color-background-2: #e4e4e4;
--color-primary-1: #000000;
--color-accent: #008891;
--color-accent-hover: #539397;
}
@media (prefers-color-scheme: dark) {
:root {
--color-background-1: #111111;
--color-background-1: #171616;
--color-background-2: #222222;
--color-primary-1: #eeeeee;
--color-accent: #00B7C3;
--color-accent-hover: #70c1c6;
}
}