Lighten Leaflet scale control borders in dark mode

This commit is contained in:
Anton Khorev 2024-05-08 14:07:55 +03:00
parent c29cdf378f
commit d934d6f543

View file

@ -489,6 +489,10 @@ body.small-nav {
.leaflet-control-attribution a { .leaflet-control-attribution a {
color: var(--bs-link-color); color: var(--bs-link-color);
} }
.leaflet-control-scale-line {
@extend .border-light, .border-opacity-75;
}
} }
/* Rules for attribution text under the main map shown on printouts */ /* Rules for attribution text under the main map shown on printouts */