Commit graph

4 commits

Author SHA1 Message Date
2e391ce244 fix(web): sync data-seed-user-color-scheme so system dark-mode follows OS 2026-08-22 23:25:10 +08:00
972ac65a2b feat(web): dark mode (system/light/dark) via Seed color-mode + profile toggle 2026-08-22 23:19:31 +08:00
d94e961d97 fix(web): apply Seed canonical theme setup (body fg-neutral color + data-seed attrs)
Default text resolved to white-on-white because globals.css set a background
but no base color, and <html> carried no data-seed attributes. Mirrors
daangn.com's live setup: html[data-seed][data-seed-color-mode] + body
color: var(--seed-color-fg-neutral). Fixes invisible text app-wide.
2026-08-22 21:30:30 +08:00
0275aeaaaf feat(web): scaffold Next.js app with Seed Design + Mercury theme + Zona Pro 2026-08-22 20:02:52 +08:00