From 6b2ad720ea8023011cb6495b943ee1d6cc14df18 Mon Sep 17 00:00:00 2001 From: szdytom Date: Thu, 10 Jul 2025 23:17:41 +0800 Subject: [PATCH] tweak outline styles Signed-off-by: szdytom --- main.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.typ b/main.typ index c1166d6..15d5f15 100644 --- a/main.typ +++ b/main.typ @@ -19,7 +19,7 @@ let clabel = label("chapter-heading" + nc) let cloc = query(selector(clabel)).first().location() link(cloc, { - set text(15pt, fill: text_color_set.at("100")) + set text(15pt) numbering("第1章", i + 1) h(1em) chapter.title @@ -37,7 +37,7 @@ let slabel = label("section-heading" + ns) let sloc = query(selector(slabel)).first().location() link(sloc, { - set text(11pt) + set text(11pt, fill: text_color_set.at("100")) ns h(1em) chapter.sections.at(j)