]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/4735'
[rails.git] / app / assets / stylesheets / common.scss
index eba3df61be6ca6e4b13012cd65b812b6904e2d78..17d20c812fde63b1b9fec1b5b237f5448dbdaf2e 100644 (file)
@@ -476,6 +476,13 @@ body.small-nav {
   }
 }
 
+@include color-mode(dark) {
+  .leaflet-tile-container,
+  .mapkey-table-entry td:first-child > * {
+    filter: brightness(.8);
+  }
+}
+
 /* Rules for attribution text under the main map shown on printouts */
 
 .donate-attr { color: darken($green, 10%) !important; }