From 77298d82b08f3567391e9d02682e4750aea6f843 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 23:28:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20fix=20invisible=20url?= =?UTF-8?q?=20on=20hover=20in=20projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 39004aa..a0136fd 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -49,7 +49,7 @@ h6:hover .zola-anchor { opacity: 1; } -h1, h2, h3, h4, h5, h6 { +.zola-anchor h1, h2, h3, h4, h5, h6 { a:hover { background-color: transparent; }