Skip to content

Commit

Permalink
Merge pull request #705 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
fix: hyperlink styling in prereq card
  • Loading branch information
captain-Akshay authored Aug 7, 2024
2 parents c74edaf + 3177b13 commit 16386cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/custom/SetupPrerequisite/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const Card = styled('a')(({ theme }) => ({
borderRadius: '10px',
'&:hover': {
boxShadow: 'rgb(0, 211, 169) 0px 0px 7px'
},
'& a': {
color: theme.palette.background.brand?.default,
margin: '0 !important'
}
}));

Expand Down

0 comments on commit 16386cb

Please sign in to comment.