czon 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ssg/style.js +8 -0
- package/package.json +1 -1
package/dist/ssg/style.js
CHANGED
|
@@ -174,6 +174,14 @@ html:not(.dark) body {
|
|
|
174
174
|
margin: 1rem 0;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
.content-body ul {
|
|
178
|
+
list-style: disc outside;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.content-body ol {
|
|
182
|
+
list-style: decimal outside;
|
|
183
|
+
}
|
|
184
|
+
|
|
177
185
|
.content-body ul,
|
|
178
186
|
.content-body ol {
|
|
179
187
|
margin: 1rem 0 1rem 2rem;
|