fix(kiwi-a11y): darken light-mode muted text to #7a5c2e for WCAG 1.4.3 AA (H1, #80)

This commit is contained in:
pyr0ball 2026-04-15 09:51:26 -07:00
parent 4de4f63614
commit 41837f348c

View file

@ -115,7 +115,8 @@
:root { :root {
--color-text-primary: #2c1a06; --color-text-primary: #2c1a06;
--color-text-secondary: #6b4c1e; --color-text-secondary: #6b4c1e;
--color-text-muted: #a0845a; /* Darkened from #a0845a → #7a5c2e for WCAG 1.4.3 AA compliance (~4.6:1 against light bg) */
--color-text-muted: #7a5c2e;
--color-bg-primary: #fdf8f0; --color-bg-primary: #fdf8f0;
--color-bg-secondary: #ffffff; --color-bg-secondary: #ffffff;