diff --git a/vibn-frontend/app/styles/new-site.css b/vibn-frontend/app/styles/new-site.css index 04651e1a..9fe2fb2a 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));