[frontend] style blockquote nicely within content (#742)

This commit is contained in:
tobi 2022-08-07 13:47:30 +02:00 committed by GitHub
parent f5689a9e5f
commit 745f54970d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,13 @@ main {
.content {
word-break: break-word;
blockquote {
padding: 0.5rem 0 0.5rem 1.5rem;
border-left: 0.2rem solid $sloth_orange1;
margin-left: 1rem;
font-style: italic;
}
}
}