Skip to content

Commit 767e1b6

Browse files
authored
add hover filter
1 parent 4252c3d commit 767e1b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
background-size: cover;
4545
background-repeat: none;
4646
background-position: center;
47+
transition: filter 200ms ease;
48+
}
49+
.event:hover {
50+
filter: brightness(0.75);
4751
}
4852
.event > a {
4953
position: absolute;

0 commit comments

Comments
 (0)