K |
|||
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | + | /* Allgemein */ | |
− | /* | ||
− | |||
.blockquote-begin { | .blockquote-begin { | ||
− | font- | + | font-size: 1rem; |
− | + | color: #b51f1f; | |
− | + | margin-right: 0.5rem; | |
} | } | ||
+ | |||
+ | .inline-quote { | ||
+ | font-style: italic; | ||
} | } |
Aktuelle Version vom 8. Februar 2021, 09:51 Uhr
/* Allgemein */ .blockquote-begin { font-size: 1rem; color: #b51f1f; margin-right: 0.5rem; } .inline-quote { font-style: italic; }