Skip to content

Commit

Permalink
update button color
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 18, 2024
1 parent a003e39 commit 72ec8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/hero/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
.callToAction:hover, .callToAction:active, .callToAction:focus {
text-decoration: none;
outline: rgb(4, 115, 119) solid 1px;
background-color: rgb(4, 115, 119);
color: #fff;
}

0 comments on commit 72ec8bc

Please sign in to comment.