fix(aio): fix `code-example` print styles when printing backgrounds (#23538)

Fixes #23431

PR Close #23538
This commit is contained in:
George Kalpakas 2018-04-25 13:48:44 +03:00 committed by Igor Minar
parent 3f20a5c7c8
commit 57cf5509e6
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}