Skip to content

Commit

Permalink
Merge branch 'main' into hotfix-donate-page-eoy-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfmiranda authored Dec 12, 2024
2 parents 9d2babe + d676a32 commit 8089e7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailwind-plugins/glyph.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ module.exports = [
position: "relative",
top: "2px",
},
// Hover and active before
"&:hover::before, &:focus::before": {
filter: "brightness(0) invert(100%)",
}
},
".donate": {
...glyph("donate"),
Expand Down

0 comments on commit 8089e7b

Please sign in to comment.