[chore/frontend] Tweak blockquote formatting (#3326)

This commit is contained in:
tobi 2024-09-21 18:36:32 +02:00 committed by GitHub
parent 3edfc7eeef
commit 4f8f6d9dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}
/*