From 9d86cd4663ee0687b90e3677d44f24e8f3a30cbe Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:46:20 +0800 Subject: [PATCH] Force TOC markers to be hidden --- styles/globals.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 9e11879..7e184b6 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -67,6 +67,11 @@ body { .toc-list li { list-style: none; + padding-left: 0; +} + +.toc-list li::marker { + content: ''; } @keyframes hero-sweep {