From a73827db60c21f2ba1149c129a0695619d620b77 Mon Sep 17 00:00:00 2001 From: szdytom Date: Wed, 16 Jul 2025 11:11:34 +0800 Subject: [PATCH] tweak style Signed-off-by: szdytom --- styles.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.typ b/styles.typ index 9a9b706..2f2fd6c 100644 --- a/styles.typ +++ b/styles.typ @@ -83,7 +83,7 @@ spacing: 1.2em, leading: 0.75em, ) - set list(marker: (text(sym.square.filled.small, fill: theme_color_set.at("100")), text([--], fill: theme_color_set.at("100"))), indent: 2.5em) + set list(marker: (text(sym.square.filled.small, fill: aux_color_set.at("100")), text([--], fill: aux_color_set.at("100"))), indent: 2.5em) set enum(indent: 2.5em) set terms(indent: 2.5em) show heading: set text(font: zhfont_sans, weight: "semibold", text_color_set.at("100"))