Browse Source

build: set daisyui theme to dracula

a default dark theme with the intention to refine later
master
DanConwayDev 3 years ago
parent
commit
fd1ba4c40b
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 3
      tailwind.config.js

3
tailwind.config.js

@ -5,5 +5,8 @@ export default { @@ -5,5 +5,8 @@ export default {
extend: {},
},
plugins: [ require('daisyui') ],
daisyui: {
themes: [ 'dracula'],
}
}

Loading…
Cancel
Save