Files
einundzwanzig-verein/resources/css/vendors/leaflet.css

20 lines
349 B
CSS

/**
* Leaflet Map Overrides
*
* Anpassungen für die Leaflet-Kartenbibliothek
* im Einundzwanzig Dark-Theme.
*/
.leaflet-popup-content-wrapper {
background-color: #404040 !important;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
background-color: #404040 !important;
}
.leaflet-container a {
color: unset !important;
}