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:
parent
4744293d34
commit
9ca5ce823b
|
@ -26,6 +26,7 @@ hr {
|
|||
pre {
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 5px 5px 5px #eee;
|
||||
background: #f8f8f8;
|
||||
padding: 1em;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue