diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 55d6b25..cf9de7e 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -12,6 +12,10 @@ const StyledNavbar = styled.div` width: 75%; margin: 0 auto 80px; + a:hover { + color: ${({ theme }) => theme.ORANGE}; + } + @media only screen and (max-width: 768px) { width: 100%; }