Update sermon-a4.css

This commit is contained in:
simonpipe 2026-04-07 16:12:04 +02:00
parent 48837da34c
commit 5de904337b

View file

@ -38,7 +38,7 @@ section::after {
h1 { h1 {
color: var(--heading-color); color: var(--heading-color);
font-size: 1.3em; font-size: 1.3em;
font-weight: bold; font-weight: 600;
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 3px solid var(--primary-color); border-bottom: 3px solid var(--primary-color);
padding-bottom: 10px; padding-bottom: 10px;
@ -56,6 +56,7 @@ h2 {
h3 { h3 {
color: var(--heading-color); color: var(--heading-color);
font-size: 1.1em; font-size: 1.1em;
font-weight: 500;
margin-top: 20px; margin-top: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -66,7 +67,7 @@ p, li {
strong { strong {
color: var(--heading-color); color: var(--heading-color);
font-weight: 400; font-weight: 500;
} }
/* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */ /* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */