From fb0ee7d10e6c787ded7bde32078343bf697857a1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 22:22:39 +0100 Subject: Remove grayscale filter on portraits Note to self: it might be nice to try to add this filter *once we start hovering on one portrait*; not sure how to do that though. --- stylesheets/quatuor.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'stylesheets/quatuor.css') diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index 7487cac..0eef4e7 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -47,12 +47,10 @@ margin-left: auto; margin-right: auto; max-height: 60vh; - filter: grayscale(0.5); transition: filter 1s, transform 1s; } #photos img.portrait:hover { - filter: none; transform: scale(1.05); } -- cgit v1.2.3