aggiunto salvataggio dell waypoint visitato

This commit is contained in:
tito
2023-05-06 16:48:51 +02:00
parent 6866d0779f
commit 79ca5d8f98
4 changed files with 1403 additions and 4801 deletions

View File

@@ -3,5 +3,17 @@ module.exports = {
plugins: [require("daisyui")],
daisyui: {
themes: ["lemonade"]
}
},
theme: {
extend: {
boxShadow: {
'4xl': '10px 35px 75px -15px rgba(0, 0, 0, 0.9)',
},
},
},
variants: {
extend: {
boxShadow: ['responsive', 'hover', 'focus', 'active'],
},
},
}