Skip to content

Commit

Permalink
feat: improve blockquote css
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Oct 24, 2024
1 parent b3f4796 commit dee7698
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@
// Styles for the editor html content

blockquote {
padding: 1px 10px;
padding: 6px 10px;
background-color: rgba(0 0 0 / 15%);
border-left: solid 5px gray;
border-radius: 4px;

p {
margin-bottom: 0.5rem;
}
}

pre {
Expand Down

0 comments on commit dee7698

Please sign in to comment.