@@ -30,6 +30,6 @@
{% block content %}{% endblock %}
{% 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