From 78543503aec5f0a7d8cc4162a7a352e862846634 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 11 May 2020 00:26:46 +0200 Subject: [PATCH] line-heigh fix --- src/css/mk.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/mk.css b/src/css/mk.css index 6cfdb9e..b70c709 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -3,7 +3,7 @@ */ /* Fonts */ :root { - --lh: 20px; + --lh: 18px; } body { @@ -265,7 +265,6 @@ h1, h2, h3, h4, h5, h6 { a { color: var(--hl); font-weight: 700; - padding: 2px; } b, strong, i, em { color: var(--rfg);