mirror of
https://github.com/meshcore-dev/map.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
Add a filter to darken the map a little for users preferring a dark color scheme.
This commit is contained in:
parent
2fbb9aab38
commit
8fd446b932
1 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,12 @@ dialog[open] {
|
|||
}
|
||||
|
||||
#map { height: 100vh; }
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#map {
|
||||
filter: invert(1) hue-rotate(180deg) grayscale(0.1);
|
||||
}
|
||||
}
|
||||
|
||||
table.node-info {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue