1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: sidebar markers // use vertical pipes instead.

This commit is contained in:
Thomas Heartman 2022-01-24 16:13:46 +01:00
parent fe17c4f062
commit 1b48bc0a9e

View File

@ -30,14 +30,13 @@ footer {
}
li.theme-doc-sidebar-item-category-level-1 > div::before {
width: .8em;
height: .8em;
width: .3em;
height: 100%;
content: " ";
position: absolute;
background-color: var(--color-unleash-purple);
left: -.1em;
top: calc(50% - .4em);
border-radius: 2px;
position: absolute;
/* left: -.3em; */
}
.docusaurus-highlight-code-line {