summaryrefslogtreecommitdiffstats
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js15
1 files changed, 10 insertions, 5 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index cec0756..e6f1b5c 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -8,11 +8,16 @@ module.exports = {
'./myuser/templates/**/*.html',
],
theme: {
- extend: {},
- },
- plugins: [require("daisyui")],
- daisyui: {
- themes: ["light", "dark", "cupcake"],
+ extend: {
+ colors: {
+ 'purple': '#3f3cbb',
+ },
+ },
},
+ safelist: ['purple'],
+ // plugins: [require("daisyui")],
+ // daisyui: {
+ // themes: ["light", "dark", "cupcake"],
+ // },
}