Skip to content

Commit

Permalink
match the background of pre with code (the github theme of highlight.…
Browse files Browse the repository at this point in the history
…js defined the background of code to be #f8f8f8)
  • Loading branch information
yihui committed Mar 17, 2020
1 parent dd00e50 commit c7d1f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ hr {
pre {
border: 1px solid #ddd;
box-shadow: 5px 5px 5px #eee;
background: #f8f8f8;
padding: 1em;
overflow-x: auto;
}
Expand Down

0 comments on commit c7d1f49

Please sign in to comment.