Enable dark mode attribution font color
Increases the specificity of the dark mode attribution selector. This makes it overwrite Leaflet's default link selector.
This commit is contained in:
parent
22942b1ca1
commit
abb923382c
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ body.small-nav {
|
||||||
filter: brightness(.8);
|
filter: brightness(.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control-attribution a {
|
.leaflet-container .leaflet-control-attribution a {
|
||||||
color: var(--bs-link-color);
|
color: var(--bs-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue