feat(a11y): fix --color-ink-muted and --color-accent contrast ratios

This commit is contained in:
2026-06-20 20:23:03 +02:00
parent a7786f263f
commit b1e1a5cb9a
+3 -3
View File
@@ -4,11 +4,11 @@
--color-canvas: #22201B; /* card surfaces, form backgrounds */
--color-ink: #EDE8DF; /* primary text — warm cream */
--color-ink-2: #B8B0A4; /* body text — muted warm */
--color-ink-muted: #7A7268; /* labels, timestamps, captions */
--color-ink-muted: #90887E; /* labels, timestamps, captions */
--color-border: #2E2B25; /* standard dividers */
--color-border-soft: #252219; /* subtle dividers */
--color-accent: #2A8C73; /* teal — lightened for dark contrast */
--color-accent-hover: #236655; /* hover/pressed teal */
--color-accent: #2E9880; /* teal — lightened for dark contrast */
--color-accent-hover: #287A68; /* hover/pressed teal */
--color-accent-light: #1A2E29; /* pale teal tint backgrounds */
--color-accent-on: #FFFFFF; /* text on accent surfaces */
--color-surface-raised: #2A2720; /* elevated surfaces: tooltips, hover */