forked from deepStateMirrors/tabi
🐛 style: retain base code block style in admonitions
This commit is contained in:
parent
1e4859998d
commit
557ea7786f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
border-color: var(--admonition-#{$type}-border);
|
||||
background-color: var(--admonition-#{$type}-bg);
|
||||
|
||||
code {
|
||||
> .admonition-content > p > code {
|
||||
background-color: var(--admonition-#{$type}-code);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue