We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ae0dd commit 5405becCopy full SHA for 5405bec
_sass/code.scss
@@ -14,7 +14,7 @@ pre {
14
}
15
16
&.highlight {
17
- background-color: $code_background_color;
+ background-color: $light_grey;
18
line-height: rem(21px);
19
20
_sass/syntax-highlighting.scss
@@ -20,7 +20,7 @@
font-style: italic;
21
22
.highlight .c, .highlight .cd {
23
- color: #999988;
+ color: #8c8c8c;
24
25
26
.highlight .err {
0 commit comments