diff --git a/src/api/templates/contact.html b/src/api/templates/contact.html index b209468..2a240ea 100644 --- a/src/api/templates/contact.html +++ b/src/api/templates/contact.html @@ -242,11 +242,18 @@ .tag { display: inline-block; - padding: 0.25rem 0.75rem; + padding: 0.25rem 0.6rem; background: #e7f3ff; color: #0066cc; border-radius: 20px; font-size: 0.8rem; + text-decoration: none; + transition: background 0.15s ease; + } + + .tag:hover { + background: #d0e8ff; + text-decoration: underline; } .no-data { @@ -427,7 +434,7 @@
Gruppen
{% for g in groups %} - {{ g.name or '(Ohne Name)' }} + {{ g.name or '(Ohne Name)' }} {% endfor %}