Adapt Leaflet popups to dark mode
This commit is contained in:
parent
02c60f78f6
commit
aa2380b6a2
1 changed files with 10 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue