Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
change button color
  • Loading branch information
erinecon authored Nov 14, 2023
1 parent c0a59a3 commit d1e3d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ input, select, textarea {
button:hover,
.button:hover {
color: #001c59;
border-color: rgba(243, 88, 88, 0.5);
border-color: rgba(0, 159, 217, 0.5);
}

/* Icons */
Expand Down Expand Up @@ -2351,7 +2351,7 @@ input, select, textarea {
#promo .button {
background: #fff;
border-color: rgba(255, 255, 255, 0);
color: #27636B;
color: #001c59;
font-size: 1.25em;
}

Expand Down

0 comments on commit d1e3d8b

Please sign in to comment.