Force TOC list to remove default bullets

This commit is contained in:
2025-11-18 23:41:37 +08:00
parent dadb5dce5c
commit b69755c2d6
2 changed files with 64 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ export function PostToc() {
style={{ top: `${indicator.top}px`, opacity: indicator.opacity }}
aria-hidden="true"
/>
<ul ref={listRef} className="list-none space-y-1">
<ul ref={listRef} className="toc-list space-y-1">
{items.map((item) => (
<li
key={item.id}