mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-13 15:01:43 +08:00
refactor(css): remove unused --bg-hover and --hero-shadow tokens
Neither variable was referenced anywhere in the stylesheet. Removing dead tokens keeps the design token surface minimal. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
58c0fd9e45
commit
895da326f6
@ -15,7 +15,6 @@
|
||||
--bg-page: oklch(96.8% 0.018 80);
|
||||
--bg-paper: oklch(98.6% 0.01 80);
|
||||
--bg-paper-strong: oklch(95.7% 0.016 76);
|
||||
--bg-hover: oklch(93.8% 0.026 72);
|
||||
--ink: oklch(22% 0.02 55);
|
||||
--ink-soft: oklch(38% 0.018 55);
|
||||
--ink-muted: oklch(52% 0.02 55);
|
||||
@ -26,7 +25,6 @@
|
||||
--accent-soft: oklch(92% 0.045 55);
|
||||
--highlight: oklch(87% 0.08 78);
|
||||
--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(88% 0.02 82);
|
||||
--hero-line: oklch(100% 0 0 / 0.16);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user