Merge remote-tracking branch 'upstream/pull/4721'

This commit is contained in:
Tom Hughes 2024-04-26 17:44:19 +01:00
commit be94bd7939

View file

@ -473,8 +473,17 @@ body.small-nav {
border-top: 0px !important; border-top: 0px !important;
} }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
@extend .bg-body, .text-body;
}
.leaflet-popup-content-wrapper { .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 */ /* Rules for attribution text under the main map shown on printouts */