summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-01 23:23:32 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-01 23:23:44 +0100
commit5c8deac246d2f4cb7274ee823a4a7fe9c5a1c54f (patch)
tree2bca039aa76de5809cb781b44b852eb7ebace3bf /stylesheets/commun.css
parent60394bb4e1833ae58f60885099eb72c0b15530e4 (diff)
downloadquatuorbellefeuille.com-5c8deac246d2f4cb7274ee823a4a7fe9c5a1c54f.tar.xz
More highlighting tweaks on hover
NOBODY HOVERS ON A PHONE WHY DO I KEEP SPENDING TIME ON THIS.
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css8
1 files changed, 3 insertions, 5 deletions
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;
}