Updated quote CSS

This commit is contained in:
Francesco 2024-07-07 11:12:39 +02:00
parent 6c716b49dd
commit 8a70bc216b

View File

@ -514,7 +514,9 @@ table code {
blockquote {
margin: 1.5rem;
border-left: solid 1px;
margin-left: 0;
margin-right: 0;
border-left: solid 2px;
color: var(--content-secondary);
}