Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
patch button hover colors on .usa-dark-background (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Jolly <robert.jolly@gsa.gov>
  • Loading branch information
iamjolly committed Oct 22, 2021
1 parent 8215ac7 commit bde3b28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/custom/_overrides/portfolio-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ a.usa-button.usa-button-secondary {
box-shadow: unset;
}

.usa-dark-background .usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover {
color: #1b1b1b;
background-color: #28a0cb;
}

img.home-cta-icon {
width: 7rem;
margin: 0 3rem 1rem 0;
Expand Down

0 comments on commit bde3b28

Please sign in to comment.