summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 22:24:53 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-06 22:24:53 +0100
commitb0da6c6013cdd1a375e5a01d40333c1ad16fd164 (patch)
tree11ba6854a686953555fb4f08c538db46230f9884
parentfb0ee7d10e6c787ded7bde32078343bf697857a1 (diff)
downloadquatuorbellefeuille.com-b0da6c6013cdd1a375e5a01d40333c1ad16fd164.tar.xz
Remove grayscale filter on gallery photos
-rw-r--r--stylesheets/galerie.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index 3a2e501..1aa2c72 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -21,10 +21,6 @@ main h1 {
height: 100%;
width: 100%;
transition: filter 0.5s;
- filter: grayscale(0.5);
-}
-.mosaic img:hover {
- filter: none;
}
.photo p.credits:before {