Files
ukmesh/frontend/test/e2e
gadgethdandClaude Opus 4.8 5ea700c485 Improve text contrast for accessibility (issue #3) (#16)
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>
2026-07-24 00:58:14 +01:00
..