Merge remote-tracking branch 'upstream/pull/4712'
This commit is contained in:
commit
9ee3df33bd
2 changed files with 8 additions and 1 deletions
|
@ -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 */
|
/* Rules for attribution text under the main map shown on printouts */
|
||||||
|
|
||||||
.donate-attr { color: darken($green, 10%) !important; }
|
.donate-attr { color: darken($green, 10%) !important; }
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<div id="map-ui" class="bg-body z-2">
|
<div id="map-ui" class="bg-body z-2">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="map" tabindex="2" class="z-0">
|
<div id="map" tabindex="2" class="bg-body-secondary z-0">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="attribution" class="d-none">
|
<div id="attribution" class="d-none">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue