Skip to content

Commit ed53f64

Browse files
authored
Add button FX
1 parent ee186b1 commit ed53f64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
color: white;
6060
font-weight: 600;
6161
}
62+
#button:hover {
63+
filter: brightness(90%) contrast(150%);
64+
}
6265
#instructions {
6366
font-size: 1em;
6467
margin-top: 0.5em;

0 commit comments

Comments
 (0)