Ensure TOC items have no default bullets

This commit is contained in:
2025-11-18 23:44:24 +08:00
parent b69755c2d6
commit 31f1c6979d

View File

@@ -65,6 +65,10 @@ body {
margin: 0; margin: 0;
} }
.toc-list li {
list-style: none;
}
@keyframes hero-sweep { @keyframes hero-sweep {
0% { 0% {
transform: translateX(-120%); transform: translateX(-120%);