Skip to content

Commit

Permalink
improve theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 12, 2024
1 parent eb63939 commit df3548c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Website/src/hooks/useTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ const THIS_IS_THE_THEME_OBJECT_OF_THIS_F_APP = createTheme({
opacity: ".3",
backgroundColor: "#ffffff",
},
":hover":{
cursor: "pointer",
backgroundColor: "#999999",
}
}),
}),
},
Expand Down

0 comments on commit df3548c

Please sign in to comment.