Lagebild: Summary-Text kompakter, Bold-Hervorhebung entfernt
- 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 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -100,7 +100,8 @@
|
|||||||
background: linear-gradient(135deg, #0a0f1c 0%, #111B30 50%, #0B1121 100%);
|
background: linear-gradient(135deg, #0a0f1c 0%, #111B30 50%, #0B1121 100%);
|
||||||
padding: 150px 20px 70px;
|
padding: 150px 20px 70px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: var(--lb-text);
|
||||||
|
font-weight: normal;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -162,7 +163,8 @@
|
|||||||
font-family: 'Bebas Neue', sans-serif;
|
font-family: 'Bebas Neue', sans-serif;
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
letter-spacing: 5px;
|
letter-spacing: 5px;
|
||||||
color: #fff;
|
color: var(--lb-text);
|
||||||
|
font-weight: normal;
|
||||||
margin: 0 0 0.3rem;
|
margin: 0 0 0.3rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
@@ -227,7 +229,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
font-size: 1.35rem;
|
font-size: 1.35rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #fff;
|
color: var(--lb-text);
|
||||||
|
font-weight: normal;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
.stat-card-label {
|
.stat-card-label {
|
||||||
@@ -560,8 +563,8 @@
|
|||||||
|
|
||||||
/* ---------- Lagebild Summary ---------- */
|
/* ---------- Lagebild Summary ---------- */
|
||||||
#summary-content {
|
#summary-content {
|
||||||
line-height: 1.85;
|
line-height: 1.7;
|
||||||
font-size: 1.02rem;
|
font-size: 0.9rem;
|
||||||
color: var(--lb-text);
|
color: var(--lb-text);
|
||||||
}
|
}
|
||||||
#summary-content h2 {
|
#summary-content h2 {
|
||||||
@@ -593,7 +596,8 @@
|
|||||||
color: var(--lb-text);
|
color: var(--lb-text);
|
||||||
}
|
}
|
||||||
#summary-content strong {
|
#summary-content strong {
|
||||||
color: #fff;
|
color: var(--lb-text);
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Citations */
|
/* Citations */
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren