This commit is contained in:
parent
3d96a81f8d
commit
00217e8e69
1 changed files with 14 additions and 0 deletions
|
@ -25,3 +25,17 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul > li > ul {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul > li > ul::before {
|
||||||
|
position: absolute;
|
||||||
|
content: "";
|
||||||
|
width: 2px;
|
||||||
|
height: 100%;
|
||||||
|
background: var(--vp-c-text-1);
|
||||||
|
opacity: 0.3;
|
||||||
|
left: -16px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue