From 31f1c6979d91f7ebc7c1f3b418358aca13aea129 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:44:24 +0800 Subject: [PATCH] Ensure TOC items have no default bullets --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index ff507bc..9e11879 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -65,6 +65,10 @@ body { margin: 0; } +.toc-list li { + list-style: none; +} + @keyframes hero-sweep { 0% { transform: translateX(-120%);