From 076d4192afd7efa39def78ba0b01956aaa46e804894009d77f06300b8bb4a8d5 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 7 Aug 2022 00:00:00 +0000 Subject: Change preformatted text line height to normal --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 614171c..572c6c9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -58,6 +58,7 @@ a:hover { pre { color: #ffffba; overflow: scroll; + line-height: normal; } body > header { -- cgit v1.2.3