Skip to content

Commit d0da5c2

Browse files
authored
Fix code highlighting bg (#48)
1 parent b281b0e commit d0da5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_sass/custom/custom.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.highlight{ background-color: #302d36; }
21
.highlight table td { padding: 5px; }
32
.highlight table pre { margin: 0; }
43
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf {
@@ -205,5 +204,5 @@
205204
}
206205
.highlight {
207206
color: #f8f8f2;
208-
background-color: #1b1d1e;
207+
background-color: #302d36;
209208
}

0 commit comments

Comments
 (0)