From 050633284874f8ff9f567d0e513c488c5505ce1f Mon Sep 17 00:00:00 2001 From: hamki Date: Sat, 27 Dec 2025 00:01:19 +0800 Subject: [PATCH] fix: use CSS variable for font-weight in TOC sidebar --- web_src/css/repo/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/repo/home.css b/web_src/css/repo/home.css index c43afe826c..f05408f00e 100644 --- a/web_src/css/repo/home.css +++ b/web_src/css/repo/home.css @@ -144,7 +144,7 @@ } .file-view-toc summary { - font-weight: 600; + font-weight: var(--font-weight-semibold); cursor: pointer; padding: 8px 0; color: var(--color-text);