From 4c42522925400e1b72c703cc8b8a887fadd8030c Mon Sep 17 00:00:00 2001 From: chihlasm Date: Tue, 24 Mar 2026 22:29:13 +0000 Subject: [PATCH] fix: bump text-secondary from #848b9b to #a0a7b8 for better contrast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old value had ~4.2:1 contrast on bg-page (#1a1c23), borderline for readability. New value gives ~5.5:1 — noticeably more readable while still clearly subordinate to text-primary (#e2e5eb). Also updates muted-foreground Tailwind semantic alias to match. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 14daec72..74d93c94 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -20,7 +20,7 @@ /* ── Text colors ───────────────────────────────── */ --color-text-heading: #f0f2f5; --color-text-primary: #e2e5eb; - --color-text-secondary: #848b9b; + --color-text-secondary: #a0a7b8; --color-text-muted: #4f5666; --color-text-rail-label: #e2e5eb; @@ -54,7 +54,7 @@ --color-secondary: #2e3140; --color-secondary-foreground: #e2e5eb; --color-muted: #2e3140; - --color-muted-foreground: #848b9b; + --color-muted-foreground: #a0a7b8; --color-accent-tw: #2e3140; --color-accent-foreground: #e2e5eb; --color-destructive: #f87171;