tweak styles

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-09 14:48:27 +08:00
parent aa3abaa326
commit 46a3f6bcf2
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -23,7 +23,7 @@
#let showy_wrapper(title: "", margin: none, ..args) = { #let showy_wrapper(title: "", margin: none, ..args) = {
let b = if title != "" { let b = if title != "" {
showybox(title: text(font: zhfont_sans, title), ..args) showybox(title: text(font: zhfont_sans, title, weight: "regular"), ..args)
} else { } else {
showybox(title: title, ..args) showybox(title: title, ..args)
} }