diff --git a/src/index.html b/src/index.html index 51b69f7d6..76f64f93c 100644 --- a/src/index.html +++ b/src/index.html @@ -22,6 +22,14 @@ bottom: 0; width: 100%; } + + /* quick and dirty dark mode hack */ + @media (prefers-color-scheme: dark) { + #map { + filter: invert(1) hue-rotate(180deg) saturate(75%); + } + } + #attribution-logo { position: absolute; bottom: 10px;