diff --git a/src/components/UI/Header.tsx b/src/components/UI/Header.tsx index 9f753aa7e4..cede77b0ac 100644 --- a/src/components/UI/Header.tsx +++ b/src/components/UI/Header.tsx @@ -37,6 +37,12 @@ export const Header: FC = () => { borderRight='2px solid' borderColor='brand.light.primary' display={{ base: 'none', md: 'block' }} + color='brand.light.primary' + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -44,7 +50,6 @@ export const Header: FC = () => { fontFamily='"JetBrains Mono", monospace' fontWeight={700} fontSize={{ base: '0.86rem', sm: '1rem' }} - color='brand.light.primary' textTransform='uppercase' > downloads @@ -59,6 +64,12 @@ export const Header: FC = () => { justifyContent='center' borderRight={{ base: 'none', md: '2px solid #11866f' }} display={{ base: 'none', md: 'block' }} + color='brand.light.primary' + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -66,7 +77,6 @@ export const Header: FC = () => { fontFamily='"JetBrains Mono", monospace' fontWeight={700} fontSize={{ base: '0.86rem', sm: '1rem' }} - color='brand.light.primary' textTransform='uppercase' > documentation