Force TOC markers to be hidden

This commit is contained in:
2025-11-18 23:46:20 +08:00
parent 31f1c6979d
commit 9d86cd4663

View File

@@ -67,6 +67,11 @@ body {
.toc-list li { .toc-list li {
list-style: none; list-style: none;
padding-left: 0;
}
.toc-list li::marker {
content: '';
} }
@keyframes hero-sweep { @keyframes hero-sweep {