Skip to content

Commit

Permalink
[Fix] - button aspect on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerzouille committed Feb 12, 2024
1 parent b5ef694 commit b0d23d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ button a {
color: #fff;
text-decoration: none;
}
button a:hover {
color: #fff;
text-decoration: none;
}
button img{
height: 15px;
display: none;
Expand Down

0 comments on commit b0d23d4

Please sign in to comment.