Force TOC list styles with !important

This commit is contained in:
2025-11-18 23:47:47 +08:00
parent 9d86cd4663
commit 6ca024b0ba

View File

@@ -60,18 +60,18 @@ body {
} }
.toc-list { .toc-list {
list-style: none; list-style: none !important;
padding-left: 0; padding-left: 0 !important;
margin: 0; margin: 0 !important;
} }
.toc-list li { .toc-list li {
list-style: none; list-style: none !important;
padding-left: 0; padding-left: 0 !important;
} }
.toc-list li::marker { .toc-list li::marker {
content: ''; content: '' !important;
} }
@keyframes hero-sweep { @keyframes hero-sweep {