Fixing white mode

This commit is contained in:
SinusFox
2024-10-10 15:08:14 +02:00
parent 57765ed87b
commit 6e174688bd
+2 -2
View File
@@ -3,8 +3,8 @@
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
--background: #171717;
--foreground: #ffffff;
}
@media (prefers-color-scheme: dark) {