Fix code block style if hljs doesnt work

This commit is contained in:
Joe Hutchinson
2019-01-29 09:09:27 -05:00
parent d17eb3fb53
commit 21e546d1cc
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -338,6 +338,13 @@ code {
border-radius: 0.3rem;
background-color: #f3f3f3;
}
pre > code {
display: block;
margin: 0.5em;
word-break: normal;
overflow-x: auto;
color: black;
}
hr {
border: 0;
border-bottom: thin solid #D1D1D1;