[doc] Add style for blockquotes

This commit is contained in:
Andreas Dangel 2023-09-09 12:00:41 +02:00
parent 52381a2acb
commit 518a5ee747
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -87,3 +87,10 @@ li.sidebarTitle {
margin-bottom:2.5px;
margin-left:5px;
}
blockquote {
border-left: 5px solid #01c172;
padding: 10px 0 10px 1rem;
margin: 1rem 0;
font-style: italic;
}