Skip to content

Commit 325de7b

Browse files
authored
add styling to code blocks (thanks @epwalsh)
1 parent bfc22ea commit 325de7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,4 +596,8 @@ pre {
596596
background-repeat: repeat;
597597
background-size: 3em 3em;
598598
border-left: 7px solid #444;
599-
}
599+
}
600+
601+
pre code {
602+
white-space: pre;
603+
}

0 commit comments

Comments
 (0)