]> git.openstreetmap.org Git - rails.git/commitdiff
Apply dimming filter to tiles directly
authorAnton Khorev <tony29@yandex.ru>
Fri, 15 Nov 2024 14:38:02 +0000 (17:38 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 15 Nov 2024 14:38:02 +0000 (17:38 +0300)
app/assets/stylesheets/common.scss

index c432bd848d3e9cc907210e8443f28c05a8843b0e..31ce7dd28a2e15f4645b4263e30a4eae99bed57f 100644 (file)
@@ -502,7 +502,7 @@ body.small-nav {
 }
 
 @include color-mode(dark) {
-  .leaflet-tile-container,
+  .leaflet-tile-container .leaflet-tile,
   .mapkey-table-entry td:first-child > * {
     filter: brightness(.8);
   }