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 {
list-style: none;
padding-left: 0;
margin: 0;
list-style: none !important;
padding-left: 0 !important;
margin: 0 !important;
}
.toc-list li {
list-style: none;
padding-left: 0;
list-style: none !important;
padding-left: 0 !important;
}
.toc-list li::marker {
content: '';
content: '' !important;
}
@keyframes hero-sweep {