Skip to content

Commit 30b1dde

Browse files
committed
Update comment - hiding list markers is the intended solution
Clarified that hiding all unordered list markers is intentional, allowing emojis to serve as the visual bullets throughout the documentation.
1 parent 6b7097f commit 30b1dde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.vitepress/theme/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ h1, h2, h3, h4, h5, h6 {
9292
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji" !important;
9393
}
9494

95-
/* Hide list bullets when emoji acts as the bullet */
95+
/* Hide default list markers to use emoji as bullets */
96+
/* This allows emoji-prefixed list items to use the emoji as the visual bullet */
9697
.vp-doc ul li::marker {
9798
content: none;
9899
}

0 commit comments

Comments
 (0)