fix(api): Fix PDF ToC page number formatting

This commit is contained in:
AaronBenDaniel
2024-12-31 13:02:45 -05:00
committed by Dhanush R
parent 222e07085f
commit 08ff95d686
+2
View File
@@ -205,6 +205,8 @@ section {
#contents a {
color: inherit;
text-decoration: none;
display: flex;
justify-content: space-between;
}
#contents a::before {
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));