Skip to content

Commit

Permalink
Vote-1103: update hover effect in footer (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored Apr 30, 2024
1 parent 12df045 commit 651ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/custom/votegov/src/sass/mixins/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
@include hover {
@include u-text('no-underline');
background-color: $base-primary-hover;
color: $base-white;
color: $base-white !important;
}
}

Expand Down

0 comments on commit 651ebd9

Please sign in to comment.