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:
parent
fe17c4f062
commit
1b48bc0a9e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user