mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user