Skip to content

Commit c7d1f49

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 dd00e50 commit c7d1f49

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
@@ -26,6 +26,7 @@ hr {
2626
pre {
2727
border: 1px solid #ddd;
2828
box-shadow: 5px 5px 5px #eee;
29+
background: #f8f8f8;
2930
padding: 1em;
3031
overflow-x: auto;
3132
}

0 commit comments

Comments
 (0)