mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-09 16:45:33 +00:00
Keep the dark theme but fix low-contrast, small text reported in the repeater tree window and elsewhere: - globals.css: --text-muted #71839b -> #8697b0. It was the only text token failing WCAG AA (down to 3.8:1 on the lighter panels); now 5.0-6.6:1 on every background. primary/secondary left unchanged. - Bump 9-10px muted/secondary labels to 11-12px (repeater-tree metadata, node drawer, timeline, watchlist, planner, detail panel). - Replace hard-coded greys (#9ca3af zoom hint, #aaa popup label) with var(--text-muted) so they track the palette. - Add an axe color-contrast e2e assertion on /feed to guard regressions. Fixes #3 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>