From bf1d05e092f09b2ba6739ce2535c1b5a1c7785ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Escolano?= Date: Wed, 12 Mar 2025 10:15:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20padding=20hover=20o?= =?UTF-8?q?n=20links=20with=20code=20(custom=20font)=20(#494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_code.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss index ac4f837..2623f50 100644 --- a/sass/parts/_code.scss +++ b/sass/parts/_code.scss @@ -45,6 +45,7 @@ code { a:hover code { background-color: inherit; + padding-block: 0; } pre {