Merge pull request #5330 from AntonKhorev/apply-tile-filter-once

Apply dimming filter to tiles directly
This commit is contained in:
Andy Allan 2024-11-15 14:48:49 +00:00 committed by GitHub
commit b73f5d940c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -502,7 +502,7 @@ body.small-nav {
}
@include color-mode(dark) {
.leaflet-tile-container,
.leaflet-tile-container .leaflet-tile,
.mapkey-table-entry td:first-child > * {
filter: brightness(.8);
}