make blockquotes look nicer

pull/117/head
Aevann 2023-02-10 08:15:04 +02:00
parent 45a9f4ebce
commit e945fc2400
1 changed files with 2 additions and 1 deletions

View File

@ -6265,7 +6265,7 @@ blockquote {
font-size: 1rem;
font-weight: 400;
background-color: #26242a;
padding: 0 1rem;
padding: 0 0 0 1rem;
margin: 1rem 0 0 0;
}
div > blockquote:last-child {
@ -6278,6 +6278,7 @@ blockquote > :not(blockquote) {
margin-bottom: 0;
padding-bottom: 0.7rem;
padding-top: 0.7rem;
padding-right: 0.7rem;
}
blockquote + blockquote, div > blockquote:first-child, blockquote:last-child {
margin-top: 0 !important;