[chore/frontend] Tweak blockquote formatting

This commit is contained in:
tobi 2024-09-21 18:17:10 +02:00
commit 11c04e211c

View file

@ -249,7 +249,7 @@ ol {
orange strip for left border.
*/
blockquote {
padding: 0.5rem 0 0.5rem 0.5rem;
padding: 0.5rem;
border-left: 0.2rem solid $border-accent;
margin: 0;
font-style: normal;
@ -259,7 +259,7 @@ blockquote {
use for code blocks
*/
background-color: $gray2;
border-radius: $br;
border-radius: 0;
}
/*