mirror of
https://github.com/hoornet/vega.git
synced 2026-05-06 20:29:12 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user