Archived
Add dark theme styles to body
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
body {
|
||||||
|
@apply bg-gray-800 text-slate-300;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user