Skip to content

Commit

Permalink
Update TableOfContent.module.css
Browse files Browse the repository at this point in the history
- removing unused code
  • Loading branch information
enyelsequeira authored Sep 20, 2023
1 parent 7489ca0 commit 0d3e801
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
/* sx={(theme) => ({
color: !isFooter
? theme.colorScheme === 'dark'
? theme.white
: theme.black
: theme.colorScheme === 'dark'
? theme.colors.gray[3]
: theme.colors.gray[7],
cursor: 'pointer',
lineHeight: isFooter ? '1.6rem' : '2rem',
fontSize: isFooter ? '0.9rem' : '1.2rem',
textDecoration: 'none',
'&:hover': {
textDecoration: 'underline',
},
})} */


.navigationLinkFooter {
cursor: pointer;
Expand Down

0 comments on commit 0d3e801

Please sign in to comment.