fix: change leaflet tiles to be inverted as a whole

This commit is contained in:
2023-10-12 10:18:18 +02:00
parent 3a79d57c8d
commit b210e0d9c3
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@openstapps/app': patch
---
Change leaflet tiles to be inverted as a whole

View File

@@ -15,7 +15,7 @@
@import '../util/dark';
@include dark-only {
.leaflet-tile-container > .leaflet-tile {
.leaflet-tile-pane {
filter: invert(1);
}
}