Skip to content

Commit 8436527

Browse files
committed
Fix submenu navigation styles greater than 2 nested children
1 parent 6cee9cd commit 8436527

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

static/css/custom.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,13 @@ article > aside .menu .dd-item div a:active,
117117
}
118118

119119
article > aside .menu .dd-item li {
120-
list-style-type: circle;
120+
list-style-type: none;
121121
margin-left: 1rem;
122+
border-left: none;
123+
}
124+
125+
article > aside .menu .dd-item li:not(.haschildren) {
126+
list-style-type: circle;
122127
}
123128

124129
article section.page h1:first-of-type {

0 commit comments

Comments
 (0)