🎨 Update Leaflet control styles for consistent theme

- Applied dark theme to `zoom-in` and `zoom-out` controls to align with existing popup styling.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-23 22:15:06 +01:00
parent e7b7a46911
commit d65f9ee924

View File

@@ -69,6 +69,14 @@ select:focus[data-flux-control] {
background-color: #404040 !important;
}
.leaflet-control-zoom-in {
background-color: #404040 !important;
}
.leaflet-control-zoom-out {
background-color: #404040 !important;
}
.leaflet-container a {
color: unset!important;
}