summaryrefslogtreecommitdiffhomepage
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
new file mode 100644
index 0000000..37131d3
--- /dev/null
+++ b/src/app.css
@@ -0,0 +1,8 @@
+@import "tailwindcss";
+
+/* DaisyUI v5 — enable the plugin AND bundle the dracula theme (set as default,
+ applied via <html data-theme="dracula">). Themes not listed here are NOT
+ bundled, so dracula must be named explicitly, not merely referenced. */
+@plugin "daisyui" {
+ themes: dracula --default;
+}