Skip to content

Commit aeec97f

Browse files
committed
Fix grey background for code
1 parent 451e24e commit aeec97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/custom.css

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.remark-code, .remark-inline-code, .remark-code-line {
1919
font-family: 'Inconsolata';
20+
background-color: rgb(248, 248, 248);
2021
}
2122
.remark-code-line {
2223
background-color: rgb(248, 248, 248);

0 commit comments

Comments
 (0)