Update sermon-a4.css

This commit is contained in:
simonpipe 2026-05-12 10:16:34 +02:00
parent 2336c8184b
commit 854a57f85a

View file

@ -153,7 +153,16 @@ blockquote cite {
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
color: var(--colorblockquote); 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 { table {