From 5c8deac246d2f4cb7274ee823a4a7fe9c5a1c54f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 1 Mar 2021 23:23:32 +0100 Subject: More highlighting tweaks on hover NOBODY HOVERS ON A PHONE WHY DO I KEEP SPENDING TIME ON THIS. --- stylesheets/commun.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'stylesheets/commun.css') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index acda5e8..7ac3b4b 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -37,10 +37,10 @@ header.banner h1 { font-family: 'Cormorant', serif; } -header.banner img, footer.social img { +header.banner img, .social img { filter: brightness(0); } -header.banner:hover img, footer.social img:hover { +header.banner:hover img, .social a:hover img { filter: none; } header.banner:hover { @@ -279,9 +279,7 @@ footer.legal { filter: brightness(0); } header.slidingmenu > input:hover ~ img.button.open, - header.slidingmenu > input:focus ~ img.button.open, - header.slidingmenu > input:hover ~ .content > img.button.close, - header.slidingmenu > input:focus ~ .content > img.button.close { + header.slidingmenu > input:hover ~ .content > img.button.close { filter: none; } -- cgit v1.2.3