From 90b01b89a1b6a708c3d3bbe9a7e406b62f8134b5 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 17 Mar 2026 02:18:41 +0000 Subject: [PATCH] =?UTF-8?q?fix(kon):=20bump=20tertiary=20text=20contrast?= =?UTF-8?q?=20to=20WCAG=20AA=20=E2=80=94=20#716b60=20dark,=20#8a8578=20lig?= =?UTF-8?q?ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 3f078e1..8f49a67 100644 --- a/src/app.css +++ b/src/app.css @@ -14,7 +14,7 @@ /* Text — warm hierarchy */ --color-text: #f0ece4; --color-text-secondary: #9a9486; - --color-text-tertiary: #5c574d; + --color-text-tertiary: #716b60; /* Accent — warm amber/copper */ --color-accent: #e8a87c; @@ -56,7 +56,7 @@ html.light { --color-text: #1a1816; --color-text-secondary: #5c574d; - --color-text-tertiary: #9a9486; + --color-text-tertiary: #8a8578; --color-accent: #d4956a; --color-accent-hover: #c48a60;