Skip to content

Commit a9e043a

Browse files
committed
match the background of pre with code (the github theme of highlight.js defined the background of code to be #f8f8f8)
1 parent a48af34 commit a9e043a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ hr {
2525
pre {
2626
border: 1px solid #ddd;
2727
box-shadow: 5px 5px 5px #eee;
28+
background: #f8f8f8;
2829
padding: 1em;
2930
overflow-x: auto;
3031
}

0 commit comments

Comments
 (0)