Disable filter inheritance on tiles, apply filter to tile container
This commit is contained in:
parent
73170726e2
commit
b87983c2ba
1 changed files with 5 additions and 1 deletions
|
@ -506,11 +506,15 @@ body.small-nav {
|
|||
}
|
||||
|
||||
@include color-mode(dark) {
|
||||
.leaflet-tile-container .leaflet-tile,
|
||||
.leaflet-tile-container,
|
||||
.mapkey-table-entry td:first-child > * {
|
||||
filter: var(--dark-mode-map-filter);
|
||||
}
|
||||
|
||||
.leaflet-tile-container .leaflet-tile {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.leaflet-container .leaflet-control-attribution a {
|
||||
color: var(--bs-link-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue