Add map filter css property
This commit is contained in:
parent
985b355d1c
commit
73170726e2
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
body {
|
||||
font-size: $typeheight;
|
||||
--dark-mode-map-filter: brightness(.8);
|
||||
}
|
||||
|
||||
time[title] {
|
||||
|
@ -507,7 +508,7 @@ body.small-nav {
|
|||
@include color-mode(dark) {
|
||||
.leaflet-tile-container .leaflet-tile,
|
||||
.mapkey-table-entry td:first-child > * {
|
||||
filter: brightness(.8);
|
||||
filter: var(--dark-mode-map-filter);
|
||||
}
|
||||
|
||||
.leaflet-container .leaflet-control-attribution a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue