From 21b621959b2fd8db14166955995031c76ddedb3bfc79710fdbfc888dac003f67 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Wed, 30 Aug 2023 00:00:00 +0000 Subject: Remove redundant CSS rule --- assets/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 8854128..2c4b53a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -46,7 +46,6 @@ p { pre { color: #ffffba; - line-height: normal; overflow: auto; padding: 1.0em; } @@ -91,7 +90,7 @@ blockquote, ol, p, pre, ul, .highlight { color: lightgray; font-family: Arial, Helvetica, sans-serif; font-size: 1.8rem; - line-height: 1.4; + line-height: normal; margin: 0 auto; padding: 1.4em; } -- cgit v1.2.3