Skip to content

Commit 1cc2506

Browse files
authored
Fixed specificity issue with admonitions in lists (#3648)
* Remove :is from .md-typeset (ol, ul) li :is(p, blockquote) Fixes #3644 * Fix SCSS style
1 parent 60f586f commit 1cc2506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/stylesheets/main/_typeset.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ kbd {
361361
margin-inline-start: px2em(20px);
362362

363363
// Adjust spacing
364-
:is(p, blockquote) {
364+
p,
365+
blockquote {
365366
margin: 0.5em 0;
366367
}
367368

0 commit comments

Comments
 (0)