fix: Darken the 'Secondary' color in light mode

This commit is contained in:
April Hall 2025-02-08 22:44:40 -05:00
parent d7eb5acfb4
commit 5e822fcba6
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -19,7 +19,7 @@
--popover-foreground: 20 14.3% 4.1%; --popover-foreground: 20 14.3% 4.1%;
--primary: 24 9.8% 10%; --primary: 24 9.8% 10%;
--primary-foreground: 60 9.1% 97.8%; --primary-foreground: 60 9.1% 97.8%;
--secondary: 60 4.8% 95.9%; --secondary: 240 6% 90%;
--secondary-foreground: 24 9.8% 10%; --secondary-foreground: 24 9.8% 10%;
--muted: 60 4.8% 95.9%; --muted: 60 4.8% 95.9%;
--muted-foreground: 25 5.3% 44.7%; --muted-foreground: 25 5.3% 44.7%;