Skip to content

Commit

Permalink
🐛 style: retain base code block style in admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 16, 2024
1 parent 1e48599 commit 557ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/parts/_admonitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 557ea77

Please sign in to comment.