From 6ca024b0ba24041488756bbfebb555d0c9d6396a Mon Sep 17 00:00:00 2001 From: gbanyan Date: Tue, 18 Nov 2025 23:47:47 +0800 Subject: [PATCH] Force TOC list styles with !important --- styles/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 7e184b6..2de74e7 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -60,18 +60,18 @@ body { } .toc-list { - list-style: none; - padding-left: 0; - margin: 0; + list-style: none !important; + padding-left: 0 !important; + margin: 0 !important; } .toc-list li { - list-style: none; - padding-left: 0; + list-style: none !important; + padding-left: 0 !important; } .toc-list li::marker { - content: ''; + content: '' !important; } @keyframes hero-sweep {