From b210e0d9c379d6606f002276192da37e4965e3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 12 Oct 2023 10:18:18 +0200 Subject: [PATCH] fix: change leaflet tiles to be inverted as a whole --- .changeset/nasty-ghosts-love.md | 5 +++++ frontend/app/src/theme/common/_leaflet-tile.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/nasty-ghosts-love.md 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); } }