Unsaturate background map to improve contrast
This commit is contained in:
parent
96f1e3bef9
commit
f90830ff93
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
.grayscale {
|
||||||
|
filter: saturate(0.4);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- TODO: self-host -->
|
<!-- TODO: self-host -->
|
||||||
<link rel="stylesheet" href="https://mfhsieh.github.io/leaflet-simple-locate/examples/demo.css" />
|
<link rel="stylesheet" href="https://mfhsieh.github.io/leaflet-simple-locate/examples/demo.css" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue