Skip to content

Commit

Permalink
Update button when hover (override style from water.css)
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 6, 2024
1 parent 9f5443a commit 2184209
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ body {
font-family: InterVariable, sans-serif;
}
}

button:hover {
color: #007bff;
background-color: transparent;
}

0 comments on commit 2184209

Please sign in to comment.