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