summaryrefslogtreecommitdiffci
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:54:04 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:54:04 +0700
commitfa52ed00e8ef3303f14d7c953f1591eb19042635 (patch)
tree4ae1513d732518baedcb8edefc9bed59e79e6242 /static
parente9353a66bf51486f702eaa0f591dea54c9bd4cd1 (diff)
downloadweb-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.css6
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 {