Skip to content

Commit 68a22b5

Browse files
committed
Adjust unordered list symbols for level 2 and above
1 parent f6421eb commit 68a22b5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

theme/codestar.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/codestar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ section:not(:has(h1)):not(:has(h2)) {
241241
left: 0;
242242
margin-top: -0.07em;
243243
}
244+
245+
& li ul li::before {
246+
content: "";
247+
margin-top: -0.33em;
248+
}
244249
}
245250

246251
/* Ordered lists */

0 commit comments

Comments
 (0)