Make the left bar of blockquote lined up with rest of text

This commit is contained in:
BBaoVanC 2023-01-22 16:26:43 -06:00
parent f8cfad647f
commit 9412906b4f
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ a:hover {
blockquote {
border-left: 5px solid var(--background-2);
padding-left: 15px;
margin-left: 0;
}
hr {