Fixed flash in dark mode caused by leaflet container

This commit is contained in:
Alexis
2026-03-29 17:43:32 +02:00
parent 45fd18afa7
commit f5170e5b04

View File

@@ -107,6 +107,10 @@ const { filterUncovered, filterCovered, filterKorrigo } = storeToRefs(useMap())
</template>
<style lang="scss">
.leaflet-container {
background-color: var(--background);
}
.marker-cluster-small {
background-color: color-mix(in srgb, var(--color-green-500) 25%, transparent);