aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-07 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-07 00:00:00 +0000
commit076d4192afd7efa39def78ba0b01956aaa46e804894009d77f06300b8bb4a8d5 (patch)
treed9be0f59257d49fbd048c96a80c760274f27b81fab527e76574d4e25531cd2a9 /static/css
parentc9c74f27b6e58db4c1b6f2cdd5145919857cb507377b11ddd431160f787a3960 (diff)
Change preformatted text line height to normal
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
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 {