Skip to content

Commit

Permalink
add hover effect to ball drop buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Aug 13, 2024
1 parent f04137a commit f6da6b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ body {
color: var(--text-color);
}

#plinko > .ui .start-btn:hover {
border-style: solid;
}

#plinko > .ui .start-btn-container {
display: flex;
position: absolute;
Expand Down

0 comments on commit f6da6b1

Please sign in to comment.