Lighten Leaflet scale control borders in dark mode
This commit is contained in:
parent
c29cdf378f
commit
d934d6f543
1 changed files with 4 additions and 0 deletions
|
@ -489,6 +489,10 @@ body.small-nav {
|
|||
.leaflet-control-attribution a {
|
||||
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue