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 10, 2023
1 parent 58adb86 commit b30865f
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 @@ -343,6 +343,11 @@ footer .footer-links li a:visited {
padding: var(--primary-button-padding);
}

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

.btn-text {
letter-spacing: 0.02em;
font-weight: var(--medium-font-weight);
Expand Down

0 comments on commit b30865f

Please sign in to comment.