summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 22:22:39 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 22:23:50 +0100
commitfb0ee7d10e6c787ded7bde32078343bf697857a1 (patch)
tree1758e587a7a6c06b4cfba3fa1bb30cdb2e0937da /stylesheets
parent0afb26295aa08f900964220006086f39383393ab (diff)
downloadquatuorbellefeuille.com-fb0ee7d10e6c787ded7bde32078343bf697857a1.tar.xz
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 (limited to 'stylesheets')
-rw-r--r--stylesheets/quatuor.css2
1 files changed, 0 insertions, 2 deletions
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);
}