From cafd7c822df4400ca7b5075c6178d7052e6b40c5 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Mon, 11 May 2026 17:31:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=9A=90=E8=97=8F=20TOC=20=E6=97=A0?= =?UTF-8?q?=E5=BA=8F=E5=88=97=E8=A1=A8=E7=9A=84=E9=A1=B9=E7=9B=AE=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 正文章节号已手写在标题中,•/○ 是冗余视觉干扰。 --- assets/scss/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 34f290e..aa0279f 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -1,3 +1,9 @@ +// TOC 关掉无序列表的项目符号 —— 章节号已经手写在标题里(一、/ 1.1 / 2.1...), +// 再叠 • / ○ 反而乱 +.toc-nav ul { + list-style: none; +} + // 卡片 padding 比 Stack 默认 20/25/30 略宽一点,保证所有内容(含引用/code/图片) // 都呆在 padding 内不顶到边 :root {