X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/90f1c492271ba8a777988a4b41a53c095af9ae99..2058251659125dcc5ddd5f55d1a434e060b5931a:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index eba3df61b..17d20c812 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; }