From bb58f4700bd5ba171bb3c0f101b5528e28aa85ae Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 5 Sep 2018 08:51:05 +0000 Subject: [PATCH] Bump line height Makes the site feel less cramped. Also fix link color on post titles. --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 29b269d..037bb54 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,6 +35,7 @@ html { font-size: 62.5%; + line-height: 1.25; } body { @@ -248,7 +249,7 @@ img { } .c-article__title a:hover { - color: #175081; + color: #FF5555; } .c-article__meta {