fix(a11y): accessibility and ND-design audit fixes (#42-#48, #54, #80) #85

Merged
pyr0ball merged 9 commits from fix/a11y-audit into main 2026-04-15 10:21:14 -07:00
Showing only changes of commit 41837f348c - Show all commits

View file

@ -115,7 +115,8 @@
:root {
--color-text-primary: #2c1a06;
--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-secondary: #ffffff;