adding unit test for rendering site and fixing LP export issue #45

Closed
SinusFox wants to merge 50 commits from adding-unit-tests-and-language-switching into main
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) {