chore: increased muted text contrast in dark theme (#5902)

pull/5911/head
Mostafa Attia 2 months ago committed by GitHub
parent 616487fa37
commit 9353848603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,7 +20,7 @@
/* Muted — inline backgrounds (code, skeletons, error panels) */ /* Muted — inline backgrounds (code, skeletons, error panels) */
--muted: oklch(0.21 0.008 265); --muted: oklch(0.21 0.008 265);
--muted-foreground: oklch(0.56 0.005 265); --muted-foreground: oklch(0.76 0.005 265);
/* Accent — hover states, slightly more chromatic than muted to feel interactive */ /* Accent — hover states, slightly more chromatic than muted to feel interactive */
--accent: oklch(0.22 0.012 265); --accent: oklch(0.22 0.012 265);

Loading…
Cancel
Save