From d7fb231674928e50b3cda1ead46d962adb4ee051 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 7 Apr 2026 15:38:13 +0200 Subject: [PATCH] Update sermon-a4.css --- sermon-a4.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/sermon-a4.css b/sermon-a4.css index c5dfdb5..b20d381 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -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); }