Skip to content

Commit

Permalink
Subscribe-banner button color dark -> blue
Browse files Browse the repository at this point in the history
  • Loading branch information
musantro committed Jan 25, 2017
1 parent 89d68d0 commit 42b2ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/widgets/subscribe-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

.button {
color: $white;
background: $darkgrey;
background: $blue;

&:hover {
background: #111;
background: darken($blue, 20%);
}
}

Expand Down

0 comments on commit 42b2ae6

Please sign in to comment.