Skip to content

Commit

Permalink
Update footer hover states
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 12, 2021
1 parent d249fc7 commit d639fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/scss/partials/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ footer {
}

&:hover, &:focus {
color: $color-purple-05;
color: $color-grey-10;
}

&:active {
color: $color-purple-10;
color: $color-grey-20;
}
}

0 comments on commit d639fd9

Please sign in to comment.