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 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-17 14:21:14 +02:00
parent c3f87706ee
commit 3c01f6eaef
+1 -1
View File
@@ -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 */
}