fixed sidebar submenu color turning blue
This commit is contained in:
parent
e3de6432d5
commit
52ee176094
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ const SidebarLink = styled(Link)`
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const SidebarLabel = styled.span`
|
const SidebarLabel = styled.span`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue