diff options
Diffstat (limited to '$template.html')
-rw-r--r-- | $template.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/$template.html b/$template.html index 9600911..7892c2c 100644 --- a/$template.html +++ b/$template.html @@ -58,11 +58,13 @@ code { background-color: #f2e8e8; padding: 0px 4px 2px 5px; } -blockquote { +blockquote, pre { display: block; border-radius: 9px; padding: 10px; background-color: #f2e8e8; + font-family: inherit; + font-size: inherit; } #main-content { padding: 0px 50px; |