From 3c01f6eaefa789d43bff9b58cc6c2c387240c95e Mon Sep 17 00:00:00 2001 From: curo1305 Date: Fri, 17 Apr 2026 14:21:14 +0200 Subject: [PATCH] Soften dark mode text from slate-50 to slate-200 Near-white (#F8FAFC) in input fields was too harsh against the slate-800 surface. slate-200 (#E2E8F0) is readable but not glaring. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index d1bf14f..5ad28f5 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -40,7 +40,7 @@ --color-border: 51 65 85; /* #334155 slate-700 */ /* Text */ - --color-text-primary: 248 250 252; /* #F8FAFC slate-50 */ + --color-text-primary: 226 232 240; /* #E2E8F0 slate-200 */ --color-text-muted: 148 163 184; /* #94A3B8 slate-400 */ }