match the background of pre with code (the github theme of highlight.js defined the background of code to be #f8f8f8)

This commit is contained in:
Yihui Xie 2017-06-21 00:39:56 -05:00
parent 4744293d34
commit 9ca5ce823b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ hr {
pre {
border: 1px solid #ddd;
box-shadow: 5px 5px 5px #eee;
background: #f8f8f8;
padding: 1em;
overflow-x: auto;
}