Adapt Leaflet popups to dark mode

This commit is contained in:
Anton Khorev 2024-04-25 03:47:07 +03:00
parent 02c60f78f6
commit aa2380b6a2

View file

@ -473,8 +473,17 @@ body.small-nav {
border-top: 0px !important;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
@extend .bg-body, .text-body;
}
.leaflet-popup-content-wrapper {
border-radius: 4px !important;
@extend .rounded-1;
a {
color: var(--bs-link-color) !important;
}
}
/* Rules for attribution text under the main map shown on printouts */