apply monospace to pre

pull/21833/head
Matthew Hodgson 2019-05-20 10:09:19 +01:00
parent e3d3b155d6
commit 7b2602f1c7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ body {
margin: 0px;
}
code {
pre, code {
font-family: $monospace-font-family;
}