Skip to content

Commit 8232ec4

Browse files
committed
Fix style for embedded code blocks in site docs
1 parent c3c2f32 commit 8232ec4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/docs/_sass/_api.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ table {
171171
$font-family-mono: 'Liberation Mono', Consolas, Menlo, Courier, monospace !global;
172172
$code-background: #efefef;
173173

174+
pre {
175+
background-color: $code-background;
176+
overflow: auto;
177+
}
178+
174179
code {
175180
font-family: $font-family-mono;
176181
font-style: normal;

0 commit comments

Comments
 (0)