Improve <pre> styling

Another feature ripped off from Drew DeVault's website.
This commit is contained in:
2021-03-30 00:40:19 +00:00
parent 92b026815e
commit 726d9418b9
+5 -1
View File
@@ -172,7 +172,11 @@ div.block:first-of-type, div.block-small {
}
pre {
white-space: pre-wrap;
line-height: 1.5;
font-size: 14px;
background-color: #EEEEEE;
padding: 6px;
overflow: auto;
}
div.articles {