tweak outline styles

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-10 23:17:41 +08:00
parent 351ff97813
commit 6b2ad720ea
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -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)