Fix: Landing Dark-Mode, OS-Icons→Phosphor, force-update-Loop (SW by-v953)

- main.py APP_VER 951→953 behebt Update-Loop auf Desktop
- Dark-Mode: vollständige @media (prefers-color-scheme: dark) Regeln für alle Sections
- Emojis im Verbindung-Block (🏡🔍🐶) durch Phosphor SVG ersetzt
- 🐾 in Testimonials und Footer durch paw-print SVG ersetzt
This commit is contained in:
rene 2026-05-14 18:34:02 +02:00
parent f9160307bc
commit 996ee9c97e
4 changed files with 51 additions and 10 deletions

View file

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