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 5a5ea45c40
commit 65f8505fb6

View File

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