confirmed dark color

This commit is contained in:
Daniel
2023-08-11 00:44:44 -04:00
parent 5d016068c7
commit 1eb1467a02
15 changed files with 66 additions and 51 deletions
+1 -1
View File
@@ -164,6 +164,6 @@
@layer base {
body {
@apply dark:bg-blue-950 bg-white dark:text-white
@apply dark:bg-sky-950 bg-white dark:text-white;
}
}