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:
@@ -40,7 +40,7 @@
|
|||||||
--color-border: 51 65 85; /* #334155 slate-700 */
|
--color-border: 51 65 85; /* #334155 slate-700 */
|
||||||
|
|
||||||
/* Text */
|
/* 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 */
|
--color-text-muted: 148 163 184; /* #94A3B8 slate-400 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user