Unsaturate background map to improve contrast

This commit is contained in:
Chandler Swift 2025-02-12 22:32:53 -06:00
parent 96f1e3bef9
commit f90830ff93
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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" />