feat(aio): block code examples style fix

This commit is contained in:
Stefanie Fluin 2017-03-23 15:31:24 -07:00 committed by Pete Bacon Darwin
parent b8f3533d53
commit afb17a5b6e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.code-example {
code-example code {
@include codeblock($backgroundgray);
color: $darkgray;
width: 100%;
}
code-example[language=bash] code {