Update sermon-a4.css
This commit is contained in:
parent
fd68f5e031
commit
3f2d50afa1
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ h1 {
|
||||||
h2 {
|
h2 {
|
||||||
color: var(--heading-color);
|
color: var(--heading-color);
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
|
@ -66,6 +66,7 @@ p, li {
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: var(--heading-color);
|
color: var(--heading-color);
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */
|
/* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue