From e8aa0e6e241030be2b19fa35310282f978ac6da1 Mon Sep 17 00:00:00 2001 From: EiSiMo Date: Tue, 21 Apr 2026 17:36:26 +0200 Subject: [PATCH] logo: gradient square back, dog on top; footer wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit brand-dot is back to the blue→yellow gradient rounded square, and the didi image sits centered inside it (span wrapper, flex-centered, 88% inner size). The dog's transparent background lets the gradient peek through around him. Footer: "Programmiert für Annika ♥" → "Mit ♥ programmiert für Annika". Co-Authored-By: Claude Opus 4.7 (1M context) --- web/templates/_layout.html | 4 ++-- web/templates/base.html | 8 ++++++-- web/templates/login.html | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/web/templates/_layout.html b/web/templates/_layout.html index 4a0e94d..2969efa 100644 --- a/web/templates/_layout.html +++ b/web/templates/_layout.html @@ -7,7 +7,7 @@
- +

wohnungsdidi

@@ -30,6 +30,6 @@ {% block content %}{% endblock %}
- Programmiert für Annika ♥ + Mit ♥ programmiert für Annika
{% endblock %} diff --git a/web/templates/base.html b/web/templates/base.html index 30de71a..cc589fd 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -124,9 +124,13 @@ .map-popup-actions form { margin: 0; } .brand-dot { width: 2.25rem; height: 2.25rem; border-radius: 10px; - object-fit: contain; display: block; - background: #fff; + background: linear-gradient(135deg, #66b7f2 0%, #2f8ae0 60%, #fbd76b 100%); box-shadow: 0 1px 4px rgba(47, 138, 224, 0.35); + display: inline-flex; align-items: center; justify-content: center; + overflow: hidden; flex-shrink: 0; + } + .brand-dot img { + width: 88%; height: 88%; object-fit: contain; display: block; } a { color: var(--primary); } a:hover { text-decoration: underline; } diff --git a/web/templates/login.html b/web/templates/login.html index a8d9fa7..3b8b6a3 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -3,7 +3,7 @@
- +

wohnungsdidi

Anmeldung erforderlich