Skip to content

Commit

Permalink
[docs] Fix incorrect github button hover on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Mar 14, 2023
1 parent a69cf18 commit 3f9c83a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/components/HomePage/Jumbotron/Jumbotron.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ export default createStyles((theme) => ({
backgroundColor: theme.colors.dark[6],
color: theme.white,
fontWeight: 700,

'&:hover': {
backgroundColor: theme.colors.dark[5],
...theme.fn.hover({
backgroundColor: `${theme.colors.dark[5]} !important`,
color: theme.white,
},
}),
},

feature: {
Expand Down

0 comments on commit 3f9c83a

Please sign in to comment.