The dark theme uses #FCC03E (amber/yellow) for headings and sidebar links, but darkColors resolves to near-white backgrounds (#fdfdfd, #f5f5f5, #f6f6f6), producing contrast ratios of 1.51–1.61. WCAG AA requires 4.5:1 for normal text. Fix: darken the backgrounds in darkColors to values like #1a1a1a/#2a2a2a so the amber foreground reads correctly. Found in e2e run on PR #437.
The dark theme uses
#FCC03E(amber/yellow) for headings and sidebar links, butdarkColorsresolves to near-white backgrounds (#fdfdfd,#f5f5f5,#f6f6f6), producing contrast ratios of 1.51–1.61. WCAG AA requires 4.5:1 for normal text. Fix: darken the backgrounds indarkColorsto values like#1a1a1a/#2a2a2aso the amber foreground reads correctly. Found in e2e run on PR #437.