Merge remote-tracking branch 'upstream/pull/5387'
This commit is contained in:
commit
325deabc91
1 changed files with 7 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
body {
|
||||
font-size: $typeheight;
|
||||
--dark-mode-map-filter: brightness(.8);
|
||||
}
|
||||
|
||||
time[title] {
|
||||
|
@ -515,9 +516,13 @@ body.small-nav {
|
|||
}
|
||||
|
||||
@mixin dark-map-color-scheme {
|
||||
.leaflet-tile-container .leaflet-tile,
|
||||
.leaflet-tile-container,
|
||||
.mapkey-table-entry td:first-child > * {
|
||||
filter: brightness(.8);
|
||||
filter: var(--dark-mode-map-filter);
|
||||
}
|
||||
|
||||
.leaflet-tile-container .leaflet-tile {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue