border-top: 0px !important;
}
+.leaflet-popup-content-wrapper,
+.leaflet-popup-tip,
+.leaflet-contextmenu,
+.leaflet-contextmenu-item {
+ @extend .bg-body, .text-body;
+}
+
+.leaflet-contextmenu-item.over {
+ @extend .bg-body-secondary, .border-secondary, .border-opacity-10;
+}
+
.leaflet-popup-content-wrapper {
- border-radius: 4px !important;
+ @extend .rounded-1;
+
+ a {
+ color: var(--bs-link-color) !important;
+ }
}
+ @include color-mode(dark) {
+ .leaflet-tile-container,
+ .mapkey-table-entry td:first-child > * {
+ filter: brightness(.8);
+ }
+ }
+
/* Rules for attribution text under the main map shown on printouts */
.donate-attr { color: darken($green, 10%) !important; }