Skip to content

Commit 848c678

Browse files
committed
Fix: Remove bullet points from markdown task list items that includes checkboxes
1 parent becc9bd commit 848c678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/theme/template/theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@
130130
list-style-type: circle;
131131
}
132132

133+
.reveal li:has(> input[type="checkbox"]) {
134+
list-style: none;
135+
}
136+
133137
.reveal ul ul,
134138
.reveal ul ol,
135139
.reveal ol ol,

0 commit comments

Comments
 (0)