make dark mode accent darker

This commit is contained in:
Joshua Seigler 2024-06-07 14:12:04 -04:00
parent 9808f4d2c2
commit aea0af3f07

View file

@ -39,7 +39,7 @@
:root {
--c-highlight: hsl(217, 9%, 32%);
--c-dark: hsl(217, 9%, 8%);
--c-accent: hsl(14, 62%, 53%);
--c-accent: hsl(14, 62%, 32%);
--c-light: hsl(217, 9%, 16%);
--c-text-light: hsla(0, 0%, 100%, 75%);