Skip to content

Commit d8fc67f

Browse files
style(details): remove list dots from task items
1 parent 6c3c39e commit d8fc67f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib/components/MarkdownRenderer.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,10 @@
9494
/>
9595
</svelte:boundary>
9696
</svelte:element>
97+
98+
<style>
99+
.prose :global(ul.contains-task-list > li.task-list-item) {
100+
list-style-type: none;
101+
margin-inline-start: -1.5rem; /* about what the ul indents */
102+
}
103+
</style>

0 commit comments

Comments
 (0)