Skip to content

Commit 9206816

Browse files
committed
list in list style
1 parent 5609806 commit 9206816

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/routes/blog/posts/layout.svelte

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
.article :global(ol) {
5353
margin-block: 1em;
5454
}
55+
.article :global(:is(ul, ol) :is(ol, ul)) {
56+
margin-block: 0;
57+
}
5558
.article :global(pre) {
5659
overflow-x: auto;
5760
padding: 0.5rem;

0 commit comments

Comments
 (0)