From 80f85ea59e4b45eedcc4820255c1cbd29e13874e Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sun, 12 Jan 2020 14:08:38 +0100 Subject: css: Improve readability by increasing the line height Add a bit more space to paragraphs, whilst contracting pre-formatted content (which mostly is code and uses a different font which does not need this kind of space). --- scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/style.scss b/scss/style.scss index f12c1d4..b7da8df 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -12,7 +12,7 @@ $canary-text: #191900; body { background-color: white; color: black; - line-height: 1.4; + line-height: 1.6; margin: 0; } @@ -31,6 +31,7 @@ code { pre { background-color: $canary; color: $canary-text; + line-height: 1.3; overflow: auto; padding: .7rem; } -- cgit v1.2.3-2-gb3c3