fix styles

This commit is contained in:
Mara Zöllner 2026-05-20 19:32:16 +02:00
parent 994ebd53d8
commit f1a71dbf47

View file

@ -9,14 +9,14 @@
body { background: var(--royal-dark); color: var(--white); font-family: 'Barlow', sans-serif; min-height: 100vh; }
nav {
display: flex; justify-content: space-between; align-items: center;
display: flex; justify-content: space-between; align-items: center; gap: 2em;
padding: 1.2rem 2.5rem;
background: rgba(0,20,60,0.88); backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(255,255,255,0.07);
position: sticky; top: 0; z-index: 100;
}
nav .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; }
nav ul { list-style: none; display: flex; gap: 2rem; }
nav ul { list-style: none; display: flex; column-gap: 2rem; row-gap: 0.5em; flex-wrap: wrap; }
nav ul a { color: var(--muted); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
nav ul a:hover, nav ul a.active { color: #fff; }