quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 5c8deac246d2f4cb7274ee823a4a7fe9c5a1c54f
parent 60394bb4e1833ae58f60885099eb72c0b15530e4
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  1 Mar 2021 23:23:32 +0100

More highlighting tweaks on hover

NOBODY HOVERS ON A PHONE WHY DO I KEEP SPENDING TIME ON THIS.

Diffstat:
Mstylesheets/commun.css | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 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; }