Force TOC list styles with !important
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user