Skip to content

Commit 5405bec

Browse files
patmellonJoelMarcey
authored andcommitted
[PYT-239] Update code blocks (pytorch#71)
1 parent e2ae0dd commit 5405bec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/code.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pre {
1414
}
1515

1616
&.highlight {
17-
background-color: $code_background_color;
17+
background-color: $light_grey;
1818
line-height: rem(21px);
1919
}
2020
}

_sass/syntax-highlighting.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
font-style: italic;
2121
}
2222
.highlight .c, .highlight .cd {
23-
color: #999988;
23+
color: #8c8c8c;
2424
font-style: italic;
2525
}
2626
.highlight .err {

0 commit comments

Comments
 (0)