This commit is contained in:
Andy Burke 2025-10-10 16:43:44 -07:00
parent f6cd05beac
commit 7b2502d78e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* Dark mode default */
:root {
--base-color: #fa0;
--base-color: #518;
--bg: hsl(from var(--base-color) h 20% 7.5%);