Feature: Karten-UI vollständig Dark-Mode-fähig
Filter-Chips, Status-Pille und Popup-Ballons passen sich dem Dark-Mode an: - .map-legend-btn: dunkel frosted-glass (rgba(24,20,16,0.88)) statt weiß - .map-legend-all (Filter-Btn): entsprechend dunkler Ton - .map-statusbar: dunkler Hintergrund + helle Schrift - .leaflet-popup-content-wrapper/.tip: --c-surface (#241C14) statt weiß Aktive Tabs behalten Layer-Farbe, Marker-Farben bleiben unverändert. components.css ?v=1015, SW by-v1024, APP_VER 1024
This commit is contained in:
parent
2cf0bc0d97
commit
059002670a
5 changed files with 71 additions and 4 deletions
|
|
@ -410,7 +410,7 @@ async def serve_media(path: str, request: _Request):
|
|||
raise _HE(404, "Nicht gefunden.")
|
||||
return _media_response(filepath)
|
||||
|
||||
APP_VER = "1023" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "1024" # muss mit APP_VER in app.js übereinstimmen
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
async def assetlinks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue