theme: lift text-faint to meet WCAG AA contrast
All checks were successful
ci / build-test (push) Successful in 3m39s

text-faint #6b7280 on bg #060a13 measures ~4.06:1 contrast — under the
4.5:1 normal-text threshold — which fails Lighthouse's color-contrast
audit and drops the accessibility score to 0.90 on /pricing and
/privacy (the only pages currently using this token).

#828b9b yields ~5.66:1, clears AA with margin, and stays visually
distinct from text-muted (#9aa3b2, ~7.8:1) so the design hierarchy
between text / text-muted / text-faint is preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-24 18:57:40 +02:00
parent 95977c8d6c
commit 2fde385ecf

View File

@@ -25,7 +25,7 @@ export default {
text: { text: {
DEFAULT: '#e8eaed', DEFAULT: '#e8eaed',
muted: '#9aa3b2', muted: '#9aa3b2',
faint: '#6b7280', faint: '#828b9b',
}, },
}, },
fontFamily: { fontFamily: {