We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f82ac5 commit c184ec9Copy full SHA for c184ec9
src/client/theme-default/styles/components/vp-doc.css
@@ -115,14 +115,22 @@
115
116
.vp-doc ul,
117
.vp-doc ol {
118
- padding-left: 1.25rem;
+ padding-left: 2.5rem;
119
margin: 16px 0;
120
}
121
122
.vp-doc ul {
123
list-style: disc;
124
125
126
+.vp-doc ul ul {
127
+ list-style: circle;
128
+}
129
+
130
+.vp-doc ul ul ul {
131
+ list-style: square;
132
133
134
135
list-style: decimal;
136
0 commit comments