Design fixes #50

Merged
SinusFox merged 62 commits from design-fixes into main 2024-10-11 14:23:53 +00:00
Showing only changes of commit 6e174688bd - Show all commits
+2 -2
View File
@@ -3,8 +3,8 @@
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
--background: #171717;
--foreground: #ffffff;
}
@media (prefers-color-scheme: dark) {