diff options
Diffstat (limited to 'style/style.less')
-rw-r--r-- | style/style.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/style/style.less b/style/style.less index f5603d0..b60acad 100644 --- a/style/style.less +++ b/style/style.less @@ -31,11 +31,12 @@ ol.footnotes { */ pre { text-align: left; + margin: 1em 0; padding: 1em; } pre, code { - font-family: "Source Code Pro"; + font-family: monospace; background-color: #f3f3f3; font-size: 11pt; } |