From 18ac1f6964b6d533fbc74cc5cf1a1a356083d1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mara=20Z=C3=B6llner?= Date: Wed, 20 May 2026 19:35:12 +0200 Subject: [PATCH] feat: link zur startseite im logo --- css/style.css | 2 +- eis_projekt.html | 2 +- impressum.html | 2 +- index.html | 2 +- kontakt.html | 2 +- notenrechner.html | 2 +- textanalyse.html | 2 +- ueber_mich.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index f020f25..d9e7e01 100644 --- a/css/style.css +++ b/css/style.css @@ -15,7 +15,7 @@ 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 .logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 0.12em; color: #fff; text-decoration: none; } 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; } diff --git a/eis_projekt.html b/eis_projekt.html index b1e43c3..d583ac1 100644 --- a/eis_projekt.html +++ b/eis_projekt.html @@ -10,7 +10,7 @@