fix: Unser Versprechen heller als Footer (navy-light vs navy)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-04-06 19:16:46 +02:00
Ursprung 3435141547
Commit bd878de0c3
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -90,7 +90,7 @@ a { color:inherit; text-decoration:none; }
.section { padding:88px 0; } .section { padding:88px 0; }
.section-base { background:var(--base); } .section-base { background:var(--base); }
.section-alt { background:var(--alt-solid); } .section-alt { background:var(--alt-solid); }
.section-dark { background:var(--navy); color:var(--white); } .section-dark { background:var(--navy-light); color:var(--white); }
.section-title { font-size:2rem; font-weight:700; color:var(--navy); text-align:center; margin-bottom:16px; letter-spacing:-0.01em; } .section-title { font-size:2rem; font-weight:700; color:var(--navy); text-align:center; margin-bottom:16px; letter-spacing:-0.01em; }
.section-dark .section-title { color:var(--white); } .section-dark .section-title { color:var(--white); }

Datei anzeigen

@@ -303,7 +303,7 @@
<!-- Diagonal: -> Trust --> <!-- Diagonal: -> Trust -->
<div class="divider divider-diagonal-dark"> <div class="divider divider-diagonal-dark">
<svg viewBox="0 0 1440 60" preserveAspectRatio="none"><path d="M0,60 L1440,0 L1440,60 Z" fill="#0A1832"/></svg> <svg viewBox="0 0 1440 60" preserveAspectRatio="none"><path d="M0,60 L1440,0 L1440,60 Z" fill="#132844"/></svg>
</div> </div>
<!-- Trust / Unser Versprechen --> <!-- Trust / Unser Versprechen -->