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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:54:31 +08:00
parent 003d05bc26
commit 00b924d824

View File

@@ -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;