From a7236e38fa8d03b58148dd7f9b9c6e12937f3851 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 7 Mar 2026 17:49:36 +0100 Subject: [PATCH] Lagebild: Summary-Text kompakter, Bold-Hervorhebung entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Schriftgröße von 1.02rem auf 0.9rem reduziert - Zeilenhöhe von 1.85 auf 1.7 reduziert - Fettschrift im Lagebericht deaktiviert (font-weight: normal) Co-Authored-By: Claude Opus 4.6 --- lagebild/lagebild.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lagebild/lagebild.css b/lagebild/lagebild.css index d86ba49..97d6297 100644 --- a/lagebild/lagebild.css +++ b/lagebild/lagebild.css @@ -100,7 +100,8 @@ background: linear-gradient(135deg, #0a0f1c 0%, #111B30 50%, #0B1121 100%); padding: 150px 20px 70px; text-align: center; - color: #fff; + color: var(--lb-text); + font-weight: normal; position: relative; overflow: hidden; } @@ -162,7 +163,8 @@ font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; letter-spacing: 5px; - color: #fff; + color: var(--lb-text); + font-weight: normal; margin: 0 0 0.3rem; line-height: 1; } @@ -227,7 +229,8 @@ display: block; font-size: 1.35rem; font-weight: 700; - color: #fff; + color: var(--lb-text); + font-weight: normal; line-height: 1.1; } .stat-card-label { @@ -560,8 +563,8 @@ /* ---------- Lagebild Summary ---------- */ #summary-content { - line-height: 1.85; - font-size: 1.02rem; + line-height: 1.7; + font-size: 0.9rem; color: var(--lb-text); } #summary-content h2 { @@ -593,7 +596,8 @@ color: var(--lb-text); } #summary-content strong { - color: #fff; + color: var(--lb-text); + font-weight: normal; } /* Citations */