This commit is contained in:
Andras Bacsai
2023-05-17 15:46:20 +02:00
parent c350018716
commit f2e91f97ed
14 changed files with 430 additions and 251 deletions

View File

@@ -30,5 +30,22 @@ module.exports = {
}
},
},
plugins: [],
daisyui: {
themes: [
{
"coollabs": {
"primary": "#6B16ED",
"secondary": "#4338ca",
"accent": "#4338ca",
"neutral": "#1B1D1D",
"base-100": "#212121",
"info": "#2563EB",
"success": "#16A34A",
"warning": "#FCD34D",
"error": "#DC2626",
}
}
],
},
plugins: [require("@tailwindcss/typography"),require("daisyui")],
}