From 00b924d8242b44d70a1e1b3c441021c9edb5a108 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:54:31 +0800 Subject: [PATCH] style(css): lighten hero muted text color for better legibility Increases --hero-muted lightness from 84% to 88% so secondary hero text has more contrast against the dark hero background. Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 1cabfb18..19877e88 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -28,7 +28,7 @@ --hero-ink: oklch(15% 0.02 40); --hero-shadow: oklch(8% 0.02 35 / 0.5); --hero-text: oklch(97% 0.012 85); - --hero-muted: oklch(84% 0.02 82); + --hero-muted: oklch(88% 0.02 82); --hero-line: oklch(100% 0 0 / 0.16); --text-xs: 0.8rem;