From 82836d3c3655861a2a3ce260beb6009cc4dc47b3 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 6 Aug 2020 09:13:52 +0200 Subject: css: adjust line-height of code samples --- html/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'html') diff --git a/html/style.css b/html/style.css index bdb6739..419c901 100644 --- a/html/style.css +++ b/html/style.css @@ -191,6 +191,7 @@ pre { overflow: auto; border-radius: 4px; background: #3b4252; + line-height: 1.4; } pre code { font-size: 95%; -- cgit v1.2.3