@xiee/utils
Version:
Miscellaneous tools and utilities to manipulate HTML pages
1 lines • 833 B
Source Map (JSON)
{"version":3,"mappings":"AACA,gFACA,8SAcA,oFAMA","sources":["circled-numbers.css"],"sourcesContent":["/* Add circled numbers to h2 and TOC items generated by Hugo */\n#TableOfContents, #TableOfContents ~ p:first-of-type { counter-reset: circled-numbers; }\nh2:not([class])::before, #TableOfContents > ul > li > ul > li::before {\n counter-increment: circled-numbers;\n content: counter(circled-numbers);\n border-radius: 50%;\n border: 1px dashed #999;\n color: #333;\n background: white;\n display: inline-block;\n min-width: 1.75em;\n line-height: 1.75em;\n margin-right: .5em;\n text-align: center;\n font-size: .8em;\n}\nh2:not([class])::before {\n vertical-align: bottom;\n color: white;\n border: none;\n background: #999;\n}\n#TableOfContents > ul > li > ul > li {\n display: inline-block;\n}\n"],"names":[]}