Skip to content

Commit

Permalink
Main nav Donate button icon contrast fix on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Dec 11, 2024
1 parent af80b08 commit d4ae3f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/sass/components/primary-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,14 @@
}
}
}

a.tw-btn-secondary.tw-heart-glyph {
@include hover-focus-active {
&:before {
filter: brightness(0) invert(100%);
}
}
}
}

// Newsletter
Expand Down

0 comments on commit d4ae3f4

Please sign in to comment.