Skip to content

Commit

Permalink
Fixed specificity issue with admonitions in lists (#3648)
Browse files Browse the repository at this point in the history
* Remove :is from .md-typeset (ol, ul) li :is(p, blockquote)

Fixes #3644

* Fix SCSS style
  • Loading branch information
iBug committed Mar 2, 2022
1 parent 60f586f commit 1cc2506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/stylesheets/main/_typeset.scss
Expand Up @@ -361,7 +361,8 @@ kbd {
margin-inline-start: px2em(20px);

// Adjust spacing
:is(p, blockquote) {
p,
blockquote {
margin: 0.5em 0;
}

Expand Down

0 comments on commit 1cc2506

Please sign in to comment.