chore: decrease specificity of demo reset, so custom styles win
This commit is contained in:
parent
5b79db91ba
commit
f3191e8993
1 changed files with 2 additions and 2 deletions
|
|
@ -118,8 +118,8 @@ rocket-navigation ul > li:nth-child(n + 6).active > ul {
|
|||
}
|
||||
|
||||
.markdown-body mdjs-preview > [slot='story'],
|
||||
.markdown-body mdjs-preview > [slot='story'] :where(img, button, p, h1, h2, h3, h4, h5, h6) {
|
||||
all: initial;
|
||||
[slot='story']:where(img, button, p, h1, h2, h3, h4, h5, h6) {
|
||||
all: revert;
|
||||
}
|
||||
|
||||
.markdown-body mdjs-preview > [slot='story'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue