Branding: Logo, Favicon und App-Icon eingebaut

This commit is contained in:
rene 2026-05-20 16:40:43 +02:00
parent 77c6f513b5
commit bb0e67b2bd
7 changed files with 51 additions and 13 deletions

View file

@ -83,7 +83,10 @@
<div class="shell">
<header>
<span class="logo">vereins.haus</span>
<a href="/" class="logo">
<img src="/favicon.svg" alt="" width="28" height="28" />
vereins.haus
</a>
<button class="logout-btn" onclick={logout}>Abmelden</button>
</header>
@ -124,10 +127,14 @@
}
.logo {
font-size: 1.1rem;
display: flex;
align-items: center;
gap: 0.45rem;
font-size: 1.05rem;
font-weight: 700;
color: #1e40af;
color: #0f172a;
letter-spacing: -0.02em;
text-decoration: none;
}
.logout-btn {