Skip to content

Commit

Permalink
fix(btn): add hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 11, 2023
1 parent 603f15d commit 24950e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ footer .footer-links li a.footer-link:visited {
padding: var(--primary-button-padding);
}

.btn.btn-lg.btn-primary:hover {
background-color: var(--hover-color);
border-color: var(--hover-color);
}

.btn.btn-lg.btn-primary:focus,
.btn.btn-lg.btn-primary:focus-visible,
.btn-outline-dark:focus,
Expand Down

0 comments on commit 24950e6

Please sign in to comment.