mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
20 lines
349 B
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;
|
|
}
|