Update sermon-a4.css

This commit is contained in:
simonpipe 2026-04-07 15:38:13 +02:00
parent 6b1b613b80
commit d7fb231674

View file

@ -7,10 +7,9 @@
--font-size: 18pt; /* 18pt für Kanzel, 12pt für Handout */
--line-height: 1.6;
--font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
--primary-color: #3498db; /* Das Blau aus deiner Vorlage */
--text-color: #1a1a1a;
--heading-color: #2c3e50;
--regie-color: #cc0000; /* Rot für Regieanweisungen */
--primary-color: #000000; /* Das Blau aus deiner Vorlage */
--text-color: #000000;
--heading-color: #000000;
/* Ränder: Oben, Rechts, Unten, Links (breiter zum Lochen) */
--margin-page: 25px 35px 25px 55px;
@ -69,13 +68,6 @@ p, li {
/* Erbt automatisch die 18pt/12pt aus section */
}
/* Regieanweisungen: *Kursiv* wird Fett & Rot */
em {
color: var(--regie-color);
font-style: italic;
font-weight: bold;
}
strong {
color: var(--heading-color);
}