_sass/code.scss in just-the-docs-0.1.6 vs _sass/code.scss in just-the-docs-0.2.0
- old
+ new
@@ -4,18 +4,18 @@
// stylelint-disable selector-no-qualifying-type, declaration-block-semicolon-newline-after,declaration-block-single-line-max-declarations, selector-no-type, selector-max-type
code {
padding: 0.2em 0.15em;
font-weight: 400;
- background-color: $grey-lt-000;
+ background-color: $code-background-color;
border: $border $border-color;
border-radius: $border-radius;
}
-.highlight {
+pre.highlight {
padding: $sp-3;
margin-bottom: 0;
- background-color: $grey-lt-000;
+ background-color: $code-background-color;
code {
padding: 0;
border: 0;
}