Skip to content

Commit

Permalink
Chabge hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
tsheporamantso committed Mar 4, 2024
1 parent 69ae883 commit f0b5a2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DeleteItem.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.delete {
/* width: 100%; */
border: rgb(155, 155, 163) 2px solid;
padding: 10px;
border-radius: 5px;
Expand All @@ -8,7 +7,7 @@
}

.delete:hover {
background-color: rgb(168, 219, 25);
background-color: hsl(0, 80%, 48%);
color: #fff;
border: none;
}

0 comments on commit f0b5a2f

Please sign in to comment.