fix(aio): fix `code-example` print styles when printing backgrounds (#23538)
Fixes #23431 PR Close #23538
This commit is contained in:
parent
3f20a5c7c8
commit
57cf5509e6
|
@ -67,12 +67,15 @@
|
|||
|
||||
code-example {
|
||||
&.code-shell, &[language=sh], &[language=bash] {
|
||||
background: none;
|
||||
|
||||
.pnk, .blk, .pln, .otl, .kwd, .typ, .tag, .str, .atv, .atn, .com, .lit, .pun, .dec {
|
||||
color: $darkgray;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
background: none;
|
||||
border: 0.5px solid $lightgray;
|
||||
color: $darkgray;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue