fix: github link and light theme hover nav link

This commit is contained in:
iCrawl
2022-08-23 01:21:28 +02:00
parent a55545850a
commit 0b56184ba7
2 changed files with 29 additions and 10 deletions

View File

@@ -81,6 +81,10 @@ const useStyles = createStyles((theme) => ({
'&:hover': {
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark![6] : theme.colors.gray![0],
color: theme.colorScheme === 'dark' ? theme.white : theme.black,
'&[data-active]': {
color: theme.white,
},
},
},
}));