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:
Marwin Hochfelsner 2024-11-17 15:28:06 +01:00 committed by GitHub
parent 22942b1ca1
commit abb923382c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
} }