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;
|
||||
padding: 20px;
|
||||
list-style: none;
|
||||
|
||||
&:hover {
|
||||
color: inherit;
|
||||
}
|
||||
`
|
||||
|
||||
const SidebarLabel = styled.span`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue