Skip to content

Commit a13f044

Browse files
committed
feat(web): warmth polish - graded band opacities, cream surfaces, client-only page render
Owner feedback: the warm palette wasn't reading. Band fills are now graded per band (deep amber core ~0.40 composite -> pale peach edge), surfaces moved to warm cream, legend swatches recomputed (monotonic, validated). Also fixes a pre-existing hydration error on deep links (?t=30): the URL-state-driven page now renders client-only, matching the already-ssr:false map.
1 parent 0c246d1 commit a13f044

6 files changed

Lines changed: 451 additions & 409 deletions

File tree

apps/web/src/app/globals.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
/* shadcn-style design tokens, simplified for MVP. */
66
@layer base {
77
:root {
8-
--background: 40 33% 99%;
8+
--background: 33 100% 96.5%;
99
--foreground: 24 10% 10%;
10-
--muted: 40 12% 94%;
11-
--muted-foreground: 25 5% 45%;
12-
--border: 33 14% 88%;
13-
--accent: 33 100% 96%;
10+
--muted: 33 55% 90%;
11+
--muted-foreground: 25 10% 40%;
12+
--border: 33 40% 82%;
13+
--accent: 33 100% 92%;
1414
--accent-foreground: 15 75% 28%;
1515
--primary: 21 88% 40%; /* #C2410C — 4.8:1 on white */
1616
--primary-hover: 21 90% 48%; /* #EA580C */

0 commit comments

Comments
 (0)