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