Skip to content

Commit

Permalink
πŸ’„ fix css rules into globalstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Dec 6, 2022
1 parent b464c97 commit 49d3b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const GlobalStyle = createGlobalStyle`
box-sizing: border-box;
}
a {
a:hover {
filter: brightness(1) !important;
}
Expand Down

0 comments on commit 49d3b4b

Please sign in to comment.