Skip to content

Commit

Permalink
Merge pull request #2123 from tf/quote-themes
Browse files Browse the repository at this point in the history
Also apply quote mark font family to text block quotes
  • Loading branch information
tf authored Jul 11, 2024
2 parents 54d0282 + d57f7d4 commit ce2ce71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@

.text blockquote::before,
.text blockquote::after {
font-family: var(--theme-quote-mark-font-family);
font-weight: var(--theme-quote-mark-font-weight, bold);
color: var(--theme-quote-mark-color);
opacity: var(--theme-quote-mark-opacity, 0.5);
width: var(--theme-quote-mark-width);
}
Expand Down

0 comments on commit ce2ce71

Please sign in to comment.