added some themes

This commit is contained in:
Anton 2023-12-22 08:46:14 +01:00
parent e0e154fcf6
commit 7b87188109
2 changed files with 8 additions and 4 deletions

View File

@ -75,6 +75,11 @@
}
.leaflet-tooltip {
background-color: theme('colors.base-100');
color: theme('colors.base-content');
}
.leaflet-tooltip {
border-radius: 1em;
transition: opacity 500ms;

View File

@ -31,10 +31,9 @@ module.exports = {
require("daisyui"),
require("tw-elements/dist/plugin.cjs")
],
daisyui: {
themes: ["cupcake", "retro", "cyberpunk", "aqua"]
},
prefix: 'tw-',
content: ['./src/**/*.{js,jsx,ts,tsx}'],
darkMode: 'class',
daisyui: {
themes: ["light", "dark", "cupcake", "forest", "cyberpunk"],
}
}