mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
Change header link to pink on hover
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user