From 854a57f85aee13d26d58b7ca6bb3bc2cb7fab26f Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 12 May 2026 10:16:34 +0200 Subject: [PATCH] Update sermon-a4.css --- sermon-a4.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sermon-a4.css b/sermon-a4.css index e4cb9b9..90d50dd 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -153,7 +153,16 @@ blockquote cite { font-weight: normal; font-style: normal; color: var(--colorblockquote); - margin-left: 0.6em; /* Abstand zwischen Versende und Quelle */ +} + +/* Klammer auf vor der Bibelstelle */ +blockquote cite::before { + content: " ("; +} + +/* Klammer zu nach der Bibelstelle */ +blockquote cite::after { + content: ")"; } table {