design: change daisy theme

This commit is contained in:
Julien Calixte
2024-12-21 21:43:22 +01:00
parent 108da13a59
commit 750c0dbf8b
3 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,8 @@ module.exports = {
},
img: {
'margin-top': 0,
'margin-bottom': 0
'margin-bottom': 0,
'border-radius': '1rem'
}
}
}
@@ -42,7 +43,7 @@ module.exports = {
},
plugins: [typography, daisyui],
daisyui: {
themes: ['autumn', 'forest'],
themes: ['retro', 'sunset'],
base: true,
styled: true,
utils: true