Einleitung zur Markus-Evangelium

This commit is contained in:
2021-09-07 19:50:23 +02:00
parent 9d839d3a05
commit 8d49ed89c4
9 changed files with 1083 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ p {
.card-text, h1, h2, h3, h4, h5, h6, .table, blockquote > footer {
font-family:
"Alegreya Sans",
"Noto Sans",
-apple-system,
BlinkMacSystemFont,
@@ -27,6 +28,24 @@ p {
//font-size: 1.2rem;
}
.serif, .card-text {
font-family:
"Alegreya",
"Noto Serif",
serif
}
.bibeltext {
color: darkblue;
}
span.bibelstelle::before { content: ' '; }
span.bibelstelle {
color: darkgreen;
font-style: italic;
}
span.bibelstelle::after { content: ' '; }
h6.card-title {
font-size: 1.1rem;
}