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 */