Skip to content

Commit

Permalink
Fix broken css
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Dec 11, 2023
1 parent b489e1c commit 5ceca30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Button = styled.div`
color: inherit;
text-decoration: none;
:hover {
&:hover {
background: ${props => props.theme.highlight};
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/MenuButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Menu = styled.ul`
}
> li.selected {
::before {
&::before {
content: '*';
font-weight: bold;
}
Expand Down

0 comments on commit 5ceca30

Please sign in to comment.