From 473cf06e3a65466d6bef0fdddb7e4c309a78d744 Mon Sep 17 00:00:00 2001 From: szdytom Date: Wed, 9 Jul 2025 15:19:30 +0800 Subject: [PATCH] Fix outline Signed-off-by: szdytom --- main.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.typ b/main.typ index 84b2485..c1166d6 100644 --- a/main.typ +++ b/main.typ @@ -36,8 +36,8 @@ let ns = numbering("1A", i + 1, j + 1) let slabel = label("section-heading" + ns) let sloc = query(selector(slabel)).first().location() - link(cloc, { - set text(11pt, fill: text_color_set.at("100")) + link(sloc, { + set text(11pt) ns h(1em) chapter.sections.at(j)