From dd44963225ba417cb94f37b1b93d4a7e7bf4e33e Mon Sep 17 00:00:00 2001 From: mawkone Date: Sat, 6 Jun 2026 21:17:19 -0700 Subject: [PATCH] design: set default site theme to crimson red (hue 25, vivid 1.0) --- vibn-frontend/app/styles/new-site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibn-frontend/app/styles/new-site.css b/vibn-frontend/app/styles/new-site.css index 04651e1..9fe2fb2 100644 --- a/vibn-frontend/app/styles/new-site.css +++ b/vibn-frontend/app/styles/new-site.css @@ -15,7 +15,7 @@ --accent-cm : chroma multiplier. 1 = vivid ยท 0 = silver / neutral gray Every accent color on the page derives from these, so the design stays identical and only the hue/saturation moves. */ - --accent-h: 35; + --accent-h: 25; --accent-cm: 1; --accent: oklch(0.74 calc(0.175 * var(--accent-cm)) var(--accent-h));