style: 隐藏 TOC 无序列表的项目符号
Build and Deploy Blog / build (push) Has been cancelled

正文章节号已手写在标题中,•/○ 是冗余视觉干扰。
This commit is contained in:
2026-05-11 17:31:53 +08:00
parent 54a98d47e0
commit cafd7c822d
+6
View File
@@ -1,3 +1,9 @@
// TOC 关掉无序列表的项目符号 —— 章节号已经手写在标题里(一、/ 1.1 / 2.1...),
// 再叠 • / ○ 反而乱
.toc-nav ul {
list-style: none;
}
// 卡片 padding 比 Stack 默认 20/25/30 略宽一点,保证所有内容(含引用/code/图片)
// 都呆在 padding 内不顶到边
:root {