add styling to code blocks (thanks @epwalsh)
This commit is contained in:
parent
bfc22eafc9
commit
325de7bdaa
1 changed files with 5 additions and 1 deletions
|
@ -597,3 +597,7 @@ pre {
|
|||
background-size: 3em 3em;
|
||||
border-left: 7px solid #444;
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue