We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4252c3d commit 767e1b6Copy full SHA for 767e1b6
1 file changed
index.html
@@ -44,6 +44,10 @@
44
background-size: cover;
45
background-repeat: none;
46
background-position: center;
47
+ transition: filter 200ms ease;
48
+ }
49
+ .event:hover {
50
+ filter: brightness(0.75);
51
}
52
.event > a {
53
position: absolute;
0 commit comments