Skip to content

Commit 8776f68

Browse files
Restore list styles to docs page (#3088)
1 parent 8e0ddaf commit 8776f68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/cursorless-org-docs/src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@
4646
.pointer {
4747
cursor: pointer;
4848
}
49+
50+
/* list-style is set to none for some reason. This restores default. */
51+
ul {
52+
list-style: disc;
53+
}
54+
ol {
55+
list-style: decimal;
56+
}

0 commit comments

Comments
 (0)