Fix text-dim and text-muted contrast to meet WCAG AA 4.5:1

All text-dim values now meet 4.5:1 minimum contrast ratio against
their theme background. Midnight/Light text-muted also bumped from
borderline 4.42:1 to compliant. Colors stay on-hue — just brighter
(dark themes) or darker (light theme) to cross the threshold.
This commit is contained in:
Jure
2026-04-02 17:48:25 +02:00
parent 1006b1a1f0
commit fd26a743d7
2 changed files with 11 additions and 11 deletions

View File

@@ -7,8 +7,8 @@
--color-border: #222222;
--color-border-subtle: #1a1a1a;
--color-text: #e0e0e0;
--color-text-muted: #777777;
--color-text-dim: #555555;
--color-text-muted: #7c7c7c;
--color-text-dim: #797979;
--color-accent: #8b5cf6;
--color-accent-hover: #7c3aed;
--color-accent-text: #ffffff;