This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
caldwell-59/assets/css/lib/tocbot.css
2024-09-12 13:57:52 +03:00

20 lines
357 B
CSS

.toc ol {
counter-reset: item !important;
list-style: decimal !important;
line-height: 1.25 !important;
}
.toc li:before {
content: counters(item, ".") " " !important;
counter-increment: item !important;
}
a.toc-link {
text-decoration: none !important;
font-weight: normal !important;
}
.toc>.toc-list li {
list-style: none !important;
}