Loading md_to_docx_converter/customCSS.css +12 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,18 @@ flex-item:has(#TOC):after { background-color: rgba(200, 200, 200); } #TOC > ul > li:has(a[href*="intellectual-property-rights.html"]){ margin-top: 8px; } #TOC > ul > li:has(a[href*="clause-1.html"]), #TOC > ul > li:has(a[href*="annex-a.html"]), #TOC > ul > li:has(a[href*="history.html"]) { padding-top: 8px; margin-top: 8px; border-top: 2px inset white; } #TOC ul:after { background-color: #02488d; } Loading Loading
md_to_docx_converter/customCSS.css +12 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,18 @@ flex-item:has(#TOC):after { background-color: rgba(200, 200, 200); } #TOC > ul > li:has(a[href*="intellectual-property-rights.html"]){ margin-top: 8px; } #TOC > ul > li:has(a[href*="clause-1.html"]), #TOC > ul > li:has(a[href*="annex-a.html"]), #TOC > ul > li:has(a[href*="history.html"]) { padding-top: 8px; margin-top: 8px; border-top: 2px inset white; } #TOC ul:after { background-color: #02488d; } Loading