Create a header

This commit is contained in:
Amber M
2024-04-09 21:24:47 +01:00
parent 2a4a4a1414
commit d80da3e415
6 changed files with 82 additions and 40 deletions
+4 -1
View File
@@ -4,5 +4,8 @@ export default {
theme: {
extend: {}
},
plugins: [require('daisyui')]
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark', 'dracula']
}
};