better quoteblock styling

This commit is contained in:
keyan 2024-01-27 14:12:05 -06:00
parent 6179d14a68
commit 2338be774d
1 changed files with 2 additions and 3 deletions

View File

@ -144,9 +144,8 @@ img.fullScreen {
}
.text blockquote {
border-left: 4px solid var(--theme-quoteBar);
padding-left: 1rem;
margin-left: 1.25rem;
border-left: 2px solid var(--theme-quoteBar);
padding-left: .75rem;
margin-bottom: 0;
}