This commit is contained in:
Anton 2024-01-01 20:45:20 +01:00
parent 53392c9ebc
commit 3dd146adda

View File

@ -78,6 +78,7 @@
.leaflet-tooltip {
background-color: theme('colors.base-100');
color: theme('colors.base-content');
border-width: 0px;
}
.leaflet-tooltip {
@ -86,3 +87,11 @@
transition-delay: 50ms;
}
.leaflet-tooltip-top::before {
border-top-color: theme('colors.base-100');
}
.marker-cluster span {
color: #000;
}