add styling to code blocks (thanks @epwalsh)
This commit is contained in:
parent
bfc22eafc9
commit
325de7bdaa
@ -597,3 +597,7 @@ pre {
|
|||||||
background-size: 3em 3em;
|
background-size: 3em 3em;
|
||||||
border-left: 7px solid #444;
|
border-left: 7px solid #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user