From ab5c1b3aa9499cbb706de2b3ad72cdfa75822c1b Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Wed, 19 Oct 2022 12:15:13 -0500 Subject: [PATCH] cleanup, add hover states. Need to get SVG working --- src/components/layouts/Footer.tsx | 43 +++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index c0691e354a..7c5ddedbbe 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -13,36 +13,38 @@ import { export const Footer: FC = () => { return ( - + - - - - DOWNLOADS - - - + > + + + DOWNLOADS + + - DOCUMENTATION + DOCUMENTATION @@ -54,6 +56,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -69,6 +76,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -83,6 +95,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} >