diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/commun.css | 8 |
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; } |
