Update sermon-a4.css
This commit is contained in:
parent
48837da34c
commit
5de904337b
1 changed files with 3 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ section::after {
|
|||
h1 {
|
||||
color: var(--heading-color);
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 3px solid var(--primary-color);
|
||||
padding-bottom: 10px;
|
||||
|
|
@ -56,6 +56,7 @@ h2 {
|
|||
h3 {
|
||||
color: var(--heading-color);
|
||||
font-size: 1.1em;
|
||||
font-weight: 500;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
@ -66,7 +67,7 @@ p, li {
|
|||
|
||||
strong {
|
||||
color: var(--heading-color);
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue