aboutsummaryrefslogtreecommitdiffstats
path: root/css/tailwind.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tailwind.css')
-rw-r--r--css/tailwind.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/tailwind.css b/css/tailwind.css
new file mode 100644
index 0000000..3f5c8c0
--- /dev/null
+++ b/css/tailwind.css
@@ -0,0 +1,10 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+@layer base {
+ html,
+ body {
+ @apply dark:bg-trueGray-900;
+ }
+}