From 2fde385ecfe72ccb589097864d393fc0b2f73857 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:57:40 +0200 Subject: [PATCH] theme: lift text-faint to meet WCAG AA contrast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- tailwind.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 1e68015..540fa71 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -25,7 +25,7 @@ export default { text: { DEFAULT: '#e8eaed', muted: '#9aa3b2', - faint: '#6b7280', + faint: '#828b9b', }, }, fontFamily: {