much style

This commit is contained in:
Rüdiger Diedrich
2022-07-25 11:05:55 +02:00
parent bd8177a7c0
commit ef0e89478c
3 changed files with 29 additions and 17 deletions

View File

@ -9,6 +9,10 @@ module.exports = {
theme: {
extend: {},
},
daisyui: {
themes: ["winter", "night"],
darkTheme: "night"
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),