aggiunto salvataggio dell waypoint visitato
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user