design: set default site theme to crimson red (hue 25, vivid 1.0)

This commit is contained in:
2026-06-06 21:17:19 -07:00
parent 0e674e6715
commit dd44963225

View File

@@ -15,7 +15,7 @@
--accent-cm : chroma multiplier. 1 = vivid · 0 = silver / neutral gray --accent-cm : chroma multiplier. 1 = vivid · 0 = silver / neutral gray
Every accent color on the page derives from these, so the design stays Every accent color on the page derives from these, so the design stays
identical and only the hue/saturation moves. */ identical and only the hue/saturation moves. */
--accent-h: 35; --accent-h: 25;
--accent-cm: 1; --accent-cm: 1;
--accent: oklch(0.74 calc(0.175 * var(--accent-cm)) var(--accent-h)); --accent: oklch(0.74 calc(0.175 * var(--accent-cm)) var(--accent-h));