commit fb0ee7d10e6c787ded7bde32078343bf697857a1
parent 0afb26295aa08f900964220006086f39383393ab
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 6 Mar 2021 22:22:39 +0100
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.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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);
}