Skip to content

Commit

Permalink
change hover colour
Browse files Browse the repository at this point in the history
  • Loading branch information
RbAvci committed May 20, 2024
1 parent 848da09 commit 8ef940b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/NewVideoForm.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

.submit-button {
padding: 10px 15px;
background-color: #003b7a;
background-color: #003b7a;
color: white;
border: none;
border-radius: 3px;
cursor: pointer;
}

.submit-button:hover {
background-color: #218838;
background-color: #f5ba13;
}

0 comments on commit 8ef940b

Please sign in to comment.