Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4712'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 30, 2024
2 parents 183e5c6 + ebb9937 commit 9ee3df3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div id="map-ui" class="bg-body z-2">
</div>

<div id="map" tabindex="2" class="z-0">
<div id="map" tabindex="2" class="bg-body-secondary z-0">
</div>

<div id="attribution" class="d-none">
Expand Down

0 comments on commit 9ee3df3

Please sign in to comment.