We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8410be commit 3f061cfCopy full SHA for 3f061cf
1 file changed
assets/sass/layout.scss
@@ -45,6 +45,10 @@ aside {
45
background: var(--sidebar-toc-bg-color);
46
}
47
48
+#toc ul {
49
+ list-style-type: square;
50
+}
51
+
52
#toc li {
53
/* use margin instead of line height for spacing because sometimes the
54
headings wrap onto multiple lines */
0 commit comments