mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +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';
|
@import '../util/dark';
|
||||||
|
|
||||||
@include dark-only {
|
@include dark-only {
|
||||||
.leaflet-tile-container > .leaflet-tile {
|
.leaflet-tile-pane {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user