From 667f15abb2ba77cbf7250c71209c3eb8d6faa125 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Mar 2023 02:01:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20h1=20permalink?= =?UTF-8?q?=20=F0=9F=94=97=20background=20on=20hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index fccca38..c429f8f 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -45,10 +45,13 @@ h6:hover .zola-anchor { opacity: 1; } -.zola-anchor h1, h2, h3, h4, h5, h6 { - a:hover { - background-color: transparent; - } +.zola-anchor h1 a:hover, +.zola-anchor h2 a:hover, +.zola-anchor h3 a:hover, +.zola-anchor h4 a:hover, +.zola-anchor h5 a:hover, +.zola-anchor h6 a:hover { + background-color: transparent; } ul {