All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 3m29s
14 lines
385 B
CSS
14 lines
385 B
CSS
:root {
|
|
--sl-color-accent: hsl(4, 90%, 58%);
|
|
--sl-color-accent-low: hsl(4, 90%, 96%);
|
|
--sl-color-accent-high: hsl(4, 90%, 30%);
|
|
--climbing-amber: hsl(45, 100%, 50%);
|
|
--climbing-red: hsl(4, 90%, 58%);
|
|
}
|
|
|
|
[data-theme="dark"] {
|
|
--sl-color-accent: hsl(45, 100%, 50%);
|
|
--sl-color-accent-low: hsl(45, 100%, 10%);
|
|
--sl-color-accent-high: hsl(45, 100%, 70%);
|
|
}
|