mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
fix: change leaflet tiles to be inverted as a whole
This commit is contained in:
5
.changeset/nasty-ghosts-love.md
Normal file
5
.changeset/nasty-ghosts-love.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@openstapps/app': patch
|
||||
---
|
||||
|
||||
Change leaflet tiles to be inverted as a whole
|
||||
@@ -15,7 +15,7 @@
|
||||
@import '../util/dark';
|
||||
|
||||
@include dark-only {
|
||||
.leaflet-tile-container > .leaflet-tile {
|
||||
.leaflet-tile-pane {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user