darkmode adjustments

This commit is contained in:
2025-11-14 18:43:30 -05:00
parent 2545f4a789
commit a68115049d
+4 -4
View File
@@ -30,12 +30,12 @@
} }
.theme-dark { .theme-dark {
--blue: #89b4fa; --blue: #5da7fb;
--sky: #89dceb; --sky: #00b0f5;
--red: #f38ba8; --red: #f38ba8;
--orange: #fab387; --orange: #fab387;
--text: #cdd6f4; --text: #c4caed;
--background: #1e1e2e; --background: #2a2c32;
--border: 1px solid #505160; --border: 1px solid #505160;
} }