Skip to content

Commit

Permalink
Merge pull request #4 from philhawksworth/cta-hover
Browse files Browse the repository at this point in the history
corrected cursor over buttons
  • Loading branch information
philhawksworth committed Mar 12, 2018
2 parents 6a322e8 + 5eb6495 commit 604c776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/theme2/_main.scss
Expand Up @@ -251,6 +251,7 @@ button {
&:focus {
color: $accent-color;
background-color: rgba(0,0,0,1);
cursor: pointer;
}
&:active {
color: rgba(0,0,0,1);
Expand Down

0 comments on commit 604c776

Please sign in to comment.