Skip to content

Commit fa90756

Browse files
committed
Update style overrides for latest Tocbot
Tocbot 4.1.0 switched from using `<ul>` to `<ol>` for its markup so update our custom style overrides accordingly.
1 parent af4581b commit fa90756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll-assets/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,11 @@ nav#mobile-contents {
542542
}
543543
544544
@media screen{
545-
#tocbot > ul.toc-list{
545+
#tocbot > ol.toc-list{
546546
margin-bottom: 0.5em;
547547
margin-left: 0.125em
548548
}
549-
#tocbot ul.sectlevel0, #tocbot a.toc-link.node-name--H1 + ul {
549+
#tocbot ul.sectlevel0, #tocbot a.toc-link.node-name--H1 + ol {
550550
padding-left: 0;
551551
}
552552
#tocbot a.toc-link{

0 commit comments

Comments
 (0)