Branding: Logo, Favicon und App-Icon eingebaut
This commit is contained in:
parent
77c6f513b5
commit
bb0e67b2bd
7 changed files with 51 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue