优化书籍封面文本样式,添加填充颜色和字重设置

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-07-16 11:50:28 +08:00
parent 9a8ab438eb
commit d805dc5e0f
Signed by: szTom
GPG Key ID: 072D999D60C6473C

View File

@ -4,10 +4,9 @@
#{ #{
// Book Cover // Book Cover
set align(right) set align(right)
set text(font: zhfont_sans) set text(font: zhfont_sans, fill: text_color_set.at("100"), weight: "semibold")
v(5fr) v(5fr)
{ {
set text(fill: text_color_set.at("100"), weight: "semibold")
stack( stack(
dir: ttb, dir: ttb,
spacing: 15pt, spacing: 15pt,