From e70b660c0c8aec230ebd52bac1830753fbedeb23 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Wed, 26 Oct 2022 12:14:03 -0600 Subject: [PATCH] button hover in header --- src/components/UI/Header.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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