Skip to content

Commit

Permalink
fix(toc): marker outside of li, fix positioning (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Dec 9, 2020
1 parent 02bff7d commit 1da85cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/src/components/toc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ const TOCList = styled.ul`
// third level headings
ul > li > ul > li {
list-style: circle inside;
list-style: circle outside;
color: #718096;
&:before {
content: '';
margin-left: -0.5rem;
}
margin-left: 5px;
}
a {
Expand Down

0 comments on commit 1da85cf

Please sign in to comment.