Adding language switching and minimize button #43

Merged
SinusFox merged 47 commits from adding-unit-tests-and-language-switching into main 2024-10-11 07:30:11 +00:00
Showing only changes of commit 6e174688bd - Show all commits
+2 -2
View File
@@ -3,8 +3,8 @@
@tailwind utilities; @tailwind utilities;
:root { :root {
--background: #ffffff; --background: #171717;
--foreground: #171717; --foreground: #ffffff;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {