Update sermon.css
This commit is contained in:
parent
4be660e229
commit
3daf9651a0
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ Original License: MIT (https://github.com/rnd195/my-marp-themes/blob/live/licens
|
||||||
/* --- BACKGROUND --- */
|
/* --- BACKGROUND --- */
|
||||||
section {
|
section {
|
||||||
background-color: var(--colorbg);
|
background-color: var(--colorbg);
|
||||||
background-image: linear-gradient(to top right, #e1c2e1 5%, #b9d5d9 95%);
|
|
||||||
background-image: linear-gradient(var(--gradient-direction), var(--gradient-start) 5%, var(--gradient-end) 95%);
|
background-image: linear-gradient(var(--gradient-direction), var(--gradient-start) 5%, var(--gradient-end) 95%);
|
||||||
font-size: 35px; /* Basisschriftgröße für die gesamte Folie */
|
font-size: 35px; /* Basisschriftgröße für die gesamte Folie */
|
||||||
line-height: 1.4; /* Zeilenabstand für die gesamte Folie */
|
line-height: 1.4; /* Zeilenabstand für die gesamte Folie */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue