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 {