update navbar hover color

This commit is contained in:
Aykut Saraç 2022-02-19 12:04:34 +03:00
parent 3e5e2987f2
commit 0ac1e9173c

View File

@ -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%;
}