fix(kon): bump tertiary text contrast to WCAG AA — #716b60 dark, #8a8578 light

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-17 02:18:41 +00:00
parent 8b34fed606
commit 90b01b89a1

View File

@@ -14,7 +14,7 @@
/* Text — warm hierarchy */ /* Text — warm hierarchy */
--color-text: #f0ece4; --color-text: #f0ece4;
--color-text-secondary: #9a9486; --color-text-secondary: #9a9486;
--color-text-tertiary: #5c574d; --color-text-tertiary: #716b60;
/* Accent — warm amber/copper */ /* Accent — warm amber/copper */
--color-accent: #e8a87c; --color-accent: #e8a87c;
@@ -56,7 +56,7 @@ html.light {
--color-text: #1a1816; --color-text: #1a1816;
--color-text-secondary: #5c574d; --color-text-secondary: #5c574d;
--color-text-tertiary: #9a9486; --color-text-tertiary: #8a8578;
--color-accent: #d4956a; --color-accent: #d4956a;
--color-accent-hover: #c48a60; --color-accent-hover: #c48a60;