mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
update navbar hover color
This commit is contained in:
parent
3e5e2987f2
commit
0ac1e9173c
@ -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%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user