diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 7c31b3cb1f..84d78814bc 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -474,6 +474,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; } diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index bcbe209680..0630dace5b 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -69,7 +69,7 @@
-
+