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

Merged
SinusFox merged 56 commits from adding-unit-tests-and-language-switching into main 2024-10-11 12:48:16 +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) {