diff --git a/.changeset/nasty-ghosts-love.md b/.changeset/nasty-ghosts-love.md new file mode 100644 index 00000000..72c9f298 --- /dev/null +++ b/.changeset/nasty-ghosts-love.md @@ -0,0 +1,5 @@ +--- +'@openstapps/app': patch +--- + +Change leaflet tiles to be inverted as a whole diff --git a/frontend/app/src/theme/common/_leaflet-tile.scss b/frontend/app/src/theme/common/_leaflet-tile.scss index f51af966..ec083aac 100644 --- a/frontend/app/src/theme/common/_leaflet-tile.scss +++ b/frontend/app/src/theme/common/_leaflet-tile.scss @@ -15,7 +15,7 @@ @import '../util/dark'; @include dark-only { - .leaflet-tile-container > .leaflet-tile { + .leaflet-tile-pane { filter: invert(1); } }