fix: replace 'Xamxam' with 'Posterg' in public nav header

This commit is contained in:
Pontoporeia
2026-04-07 15:20:10 +02:00
parent f6977384b9
commit ba135f0cb5
3 changed files with 12 additions and 1 deletions

View File

@@ -91,6 +91,16 @@ body > header nav {
justify-content: space-between;
}
.nav-logo {
font-family: var(--font-display);
font-size: var(--step-2);
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent-foreground);
text-decoration: none;
text-shadow: 0 0 16px var(--header-shadow-strong), 0 0 32px var(--header-shadow-soft);
}
.nav-left {
display: flex;
align-items: center;