Add dark theme styles to body

This commit is contained in:
Esa Kataja
2024-10-12 10:54:25 +03:00
parent fb99797bfe
commit 0d4537518f
+4
View File
@@ -1,3 +1,7 @@
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
body {
@apply bg-gray-800 text-slate-300;
}