We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4252c3d + 767e1b6 commit 1552e33Copy full SHA for 1552e33
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