diff --git a/src/pages/outline.typ b/src/pages/outline.typ index e650f21..09174e0 100644 --- a/src/pages/outline.typ +++ b/src/pages/outline.typ @@ -18,9 +18,12 @@ show outline.entry: it => { link(it.element.location())[ #v(12pt, weak: true) - #text(weight: "regular", it.body) + #it.prefix() + #[:] + #h(0.5em) + #text(weight: "regular", it.body()) #box(width: 1fr, it.fill) - #[ #it.page] + #[ #it.page()] ] }