dark mode tweaks

This commit is contained in:
Henry Dollman
2024-11-11 16:56:10 -05:00
parent eab262c3f7
commit a4a7c91fc1

View File

@@ -34,25 +34,25 @@
.dark {
color-scheme: dark;
--background: 220 8% 10%;
--background: 220 8% 9.2%;
--foreground: 220 2% 97%;
--card: 220 10 12%;
--card: 220 10 11.2%;
--card-foreground: 220 2% 97%;
--popover: 220 10% 10%;
--popover: 220 8% 9.5%;
--popover-foreground: 220 2% 97%;
--primary: 220 2% 96%;
--primary-foreground: 220 5.88% 10%;
--secondary: 220 8% 16%;
--secondary-foreground: 220 0% 98%;
--muted: 220 14% 17%;
--muted-foreground: 220 5% 68%;
--accent: 220 8% 17%;
--muted: 220 14% 16%;
--muted-foreground: 220 5% 67%;
--accent: 220 8% 15.5%;
--accent-foreground: 220 0% 98%;
--destructive: 0 62% 48%;
--destructive: 0 62% 46%;
--destructive-foreground: 0 0% 97%;
--border: 220 2% 17%;
--border: 220 4% 16%;
--input: 220 6% 22%;
--ring: 220 4.88% 86%;
--ring: 220 5% 80%;
--radius: 0.8rem;
}
}