Skip to content

Commit

Permalink
[#48732] Add css for blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trzcin committed Sep 1, 2023
1 parent c5a144f commit 772adb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/MystEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,13 @@
margin: 0;
}

.myst_rendered blockquote {
border-left: 5px solid var(--green-500);
margin-left: 0;
margin-top: 0;
padding-left: 0.75rem;
}

@media print {
.myst_content,
.myst_top_bar {
Expand Down

0 comments on commit 772adb2

Please sign in to comment.