Skip to content

Commit

Permalink
Match feedback button color
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushkrrana committed May 28, 2024
1 parent 104b033 commit ded672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ input[type="number"]::-webkit-inner-spin-button {
padding: 10px 20px;
border: none;
border-radius: 5px 0 0 5px;
background-color: #00BFFF;
background-color: #B19222;
color: white;
font-size: 16px;
writing-mode: vertical-rl;
Expand All @@ -896,7 +896,7 @@ input[type="number"]::-webkit-inner-spin-button {
}

#review-btn:hover {
background-color: #1E90FF;
background-color:#B19222 ;
}

.button-container {
Expand Down

0 comments on commit ded672e

Please sign in to comment.