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