]> git.openstreetmap.org Git - rails.git/commitdiff
Dim map tiles in dark mode
authorAnton Khorev <tony29@yandex.ru>
Wed, 17 Apr 2024 01:56:20 +0000 (04:56 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 17 Apr 2024 02:16:37 +0000 (05:16 +0300)
app/assets/stylesheets/common.scss

index 549226f58d6c551197f8ef98df0dedb3a18ac239..abd6966035a7153290a194640b0884aa3ce3db40 100644 (file)
@@ -474,6 +474,13 @@ body.small-nav {
   border-radius: 4px !important;
 }
 
+@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; }