working on dark mode

This commit is contained in:
Gisbi
2023-08-02 19:53:55 +02:00
parent ffb1098a15
commit 64c417c1be
27 changed files with 162 additions and 108 deletions
+8
View File
@@ -159,3 +159,11 @@
width: 100%;
height: 4rem;
}
/* Theme */
@layer base {
body {
@apply dark:bg-blue-950 bg-white dark:text-white
}
}