From 726d9418b9c7a2fd5f85bcf0757bad4e7ec169e4 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Tue, 30 Mar 2021 00:40:19 +0000 Subject: [PATCH] Improve
 styling

Another feature ripped off from Drew DeVault's website.
---
 static/style.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/static/style.css b/static/style.css
index 9955dbf..8ea469a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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 {