a11y: High contrast theme option #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Third theme option (beyond light/dark) with WCAG AAA contrast ratios, larger base text, simplified visual hierarchy.
Implementation: New theme CSS with 7:1+ contrast ratios, 18px+ base font, bold borders, no decorative elements.
WCAG 2.1 AAA: 1.4.6 Contrast (Enhanced)
✅ Verified working on suite.dev (2026-07-16). The a11y toolbar provides a High contrast toggle (backed by
a11y-high-contrast.css), plus an Invert colors option. Enabling high contrast visibly raises contrast site-wide. Ready to close.