Change header link to pink on hover

This commit is contained in:
Hammad Jutt
2020-08-26 02:36:16 -06:00
parent d035ff5efb
commit 2b18dc5fbb

View File

@@ -22,7 +22,7 @@ const MenuItem: React.FC<React.ComponentProps<typeof MetaLink>> = ({
p="1"
fontFamily="mono"
color="whiteAlpha.700"
_hover={{ color: 'white', textDecoration: 'none' }}
_hover={{ color: 'pink.500', textDecoration: 'none' }}
>
{children}
</Button>