From 860de6d2a7c12e2f18a383be45585251f27451cc Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 3 May 2026 10:33:49 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Welten=20Footer-Links=20dezent=20hervorg?= =?UTF-8?q?ehoben=20=E2=80=94=20heller,=20Underline,=20Text-Shadow,=20SW?= =?UTF-8?q?=20by-v643?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 12 ++++++++---- backend/static/index.html | 4 ++-- backend/static/js/app.js | 2 +- backend/static/sw.js | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 1d2190b..307c097 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -7799,15 +7799,19 @@ svg.empty-state-icon { padding: 10px 0 2px; } .world-footer-links span { - font-size: 10px; - color: rgba(255, 255, 255, 0.35); + font-size: 11px; + color: rgba(255, 255, 255, 0.6); cursor: pointer; - letter-spacing: 0.04em; + letter-spacing: 0.05em; + text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); + text-decoration: underline; + text-underline-offset: 3px; + text-decoration-color: rgba(255, 255, 255, 0.3); transition: color 0.15s; } .world-footer-links span:hover, .world-footer-links span:active { - color: rgba(255, 255, 255, 0.65); + color: rgba(255, 255, 255, 0.9); } /* ── KEYFRAMES ───────────────────────────────────────────── */ diff --git a/backend/static/index.html b/backend/static/index.html index 5917bde..8bd06b7 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -95,7 +95,7 @@ - + @@ -566,7 +566,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 683e098..3e8a49d 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '642'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '643'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/sw.js b/backend/static/sw.js index c6a9de3..d96ca4a 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v642'; +const CACHE_VERSION = 'by-v643'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache