Fix broken css

This commit is contained in:
Luck
2023-12-11 22:16:55 +00:00
parent b489e1c1c1
commit 5ceca3068e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ const Button = styled.div`
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
:hover { &:hover {
background: ${props => props.theme.highlight}; background: ${props => props.theme.highlight};
} }

View File

@@ -92,7 +92,7 @@ const Menu = styled.ul`
} }
> li.selected { > li.selected {
::before { &::before {
content: '*'; content: '*';
font-weight: bold; font-weight: bold;
} }