Colour changes
All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 3m29s

This commit is contained in:
2025-10-14 12:06:06 -06:00
parent 79b87a088d
commit 082cb79630

View File

@@ -1,13 +1,13 @@
:root { :root {
--sl-color-accent: hsl(45, 100%, 50%); --sl-color-accent: hsl(4, 90%, 58%);
--sl-color-accent-low: hsl(45, 100%, 96%); --sl-color-accent-low: hsl(4, 90%, 96%);
--sl-color-accent-high: hsl(45, 100%, 30%); --sl-color-accent-high: hsl(4, 90%, 30%);
--climbing-amber: hsl(45, 100%, 50%); --climbing-amber: hsl(45, 100%, 50%);
--climbing-red: hsl(4, 90%, 58%); --climbing-red: hsl(4, 90%, 58%);
} }
[data-theme="dark"] { [data-theme="dark"] {
--sl-color-accent: hsl(45, 100%, 60%); --sl-color-accent: hsl(45, 100%, 50%);
--sl-color-accent-low: hsl(45, 100%, 10%); --sl-color-accent-low: hsl(45, 100%, 10%);
--sl-color-accent-high: hsl(45, 100%, 70%); --sl-color-accent-high: hsl(45, 100%, 70%);
} }