From 3daf9651a027d256f3934fd84abaeb649bd58e60 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 12 Mar 2026 09:17:48 +0100 Subject: [PATCH] Update sermon.css --- sermon.css | 1 - 1 file changed, 1 deletion(-) diff --git a/sermon.css b/sermon.css index 9861809..c667ba6 100644 --- a/sermon.css +++ b/sermon.css @@ -38,7 +38,6 @@ Original License: MIT (https://github.com/rnd195/my-marp-themes/blob/live/licens /* --- BACKGROUND --- */ section { 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%); font-size: 35px; /* Basisschriftgröße für die gesamte Folie */ line-height: 1.4; /* Zeilenabstand für die gesamte Folie */