Skip to content

Commit 16386cb

Browse files
Merge pull request #705 from rishabhsharma1997/master
fix: hyperlink styling in prereq card
2 parents c74edaf + 3177b13 commit 16386cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/custom/SetupPrerequisite/style.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const Card = styled('a')(({ theme }) => ({
3131
borderRadius: '10px',
3232
'&:hover': {
3333
boxShadow: 'rgb(0, 211, 169) 0px 0px 7px'
34+
},
35+
'& a': {
36+
color: theme.palette.background.brand?.default,
37+
margin: '0 !important'
3438
}
3539
}));
3640

0 commit comments

Comments
 (0)