Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,13 @@ body.small-nav {
@include color-mode(dark) {
.leaflet-tile-container,
.mapkey-table-entry td:first-child > * {
filter: brightness(.8);
filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
Comment thread
scy marked this conversation as resolved.
}

/* Reset filter for everything inside of the tile container, so that it
* doesn't get applied multiple times via inheritance. */
.leaflet-tile-container * {
filter: none;
}

.leaflet-control-attribution a {
Expand Down