diff --git a/docs/src/index.css b/docs/src/index.css index 88c0794..cce3ea8 100644 --- a/docs/src/index.css +++ b/docs/src/index.css @@ -155,13 +155,19 @@ hr { opacity: .85; } - .markdownIt-TOC li::before { - content: "› "; - padding-right: .4rem; - opacity: .6; - font-size: var(--r-small-fontSize); + .markdownIt-TOC li { + padding-left: .8rem; + position: relative; } + .markdownIt-TOC li::before { + content: "› "; + opacity: .6; + font-size: var(--r-small-fontSize); + position: absolute; + left: 0; + } + .markdownIt-TOC ul { list-style: none; margin: 0;