Style: Marker + Cluster Rand Tactical-Olive statt Weiß

rgba(255,255,255,0.7/.8) → rgba(52,68,36,0.55/.65)
Dezentes Dunkeloliv auf allen Marker-Icons und Cluster-Bubbles.
SW by-v1025, APP_VER 1025
This commit is contained in:
rene 2026-05-16 11:35:01 +02:00
parent 059002670a
commit 19640af288
4 changed files with 7 additions and 7 deletions

View file

@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "1024" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "1025" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():