Skip to content

Commit

Permalink
refactor(style): adjust blockquote styling in Protyle
Browse files Browse the repository at this point in the history
- Change bq selector from nth-last-child to general div.bq selector
- Maintain existing margin styles for blockquote elements
  • Loading branch information
mustakshif committed Nov 22, 2024
1 parent 6f2edf1 commit b44d1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/typography/protyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
padding-right: 16px;
}

>.bq:nth-last-child(2) {
div.bq {
margin-top: .5em;
margin-bottom: .5em;
}
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit b44d1b1

Please sign in to comment.