From 295605829c6ca321e3145230557f2d861dd5e8f2 Mon Sep 17 00:00:00 2001 From: Andreas Pieper Date: Sat, 28 Feb 2026 17:20:21 +0000 Subject: [PATCH] some style changes --- html/index.html | 4 ++-- html/style.css | 15 ++++++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/html/index.html b/html/index.html index 456cff6..dad79d1 100644 --- a/html/index.html +++ b/html/index.html @@ -137,8 +137,8 @@ Austausch, Zusammenarbeit und gemeinsame Entdeckungen erwarten dich.

- Forum / Nextcloud - Archiv / Gitea + Forum / Nextcloud + Archiv / Gitea
diff --git a/html/style.css b/html/style.css index 12838b1..c3ad49f 100644 --- a/html/style.css +++ b/html/style.css @@ -12,11 +12,11 @@ html { } body { - /* Wir entfernen den Gradienten vom Body, damit er nicht durchblitzt */ - background: #667eea; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + overflow-x: hidden; } .container { @@ -68,6 +68,7 @@ nav { color: #667eea; } +/* Hamburger Icon (Standard versteckt) */ .hamburger { display: none; flex-direction: column; @@ -89,16 +90,13 @@ nav { 3. HERO SECTION ========================================== */ .hero { - /* Der lila Verlauf gehört nur in den ersten Sichtbereich */ - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; - color: white; + color: rgb(38, 38, 38); padding-top: 80px; - padding-bottom: 80px; /* Innenabstand unten */ } .hero-content { @@ -108,17 +106,16 @@ nav { .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; - background: linear-gradient(45deg, #010c3c, #0f216e); + background: linear-gradient(45deg, #091e7a, #667eea); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; } - .hero p { font-size: 1.5rem; - margin-bottom: 2rem; + margin-bottom: 1.5rem; opacity: 0.9; }