diff options
| author | 2026-05-17 17:54:04 +0700 | |
|---|---|---|
| committer | 2026-05-17 17:54:04 +0700 | |
| commit | fa52ed00e8ef3303f14d7c953f1591eb19042635 (patch) | |
| tree | 4ae1513d732518baedcb8edefc9bed59e79e6242 /static | |
| parent | e9353a66bf51486f702eaa0f591dea54c9bd4cd1 (diff) | |
| download | web-fa52ed00e8ef3303f14d7c953f1591eb19042635.tar.gz web-fa52ed00e8ef3303f14d7c953f1591eb19042635.zip | |
feat: use self-hosted pmtiles for map
feat: migrate static to gcore cdn
fix: change text color on map tooltips depending on scheme
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css index 8b18579..602b5d9 100644 --- a/static/input.css +++ b/static/input.css @@ -851,10 +851,8 @@ form.crossable.htmx-request input { background-color: var(--color-background-medium) !important; } -@media (prefers-color-scheme: dark) { - .leaflet-tile { - filter: invert(1) hue-rotate(190deg) contrast(1.1) brightness(1.2) !important; - } +.leaflet-popup-content-wrapper, .leaflet-popup-tip { + color: var(--color-main-medium) !important; } .home-page-heart { |