From 8009f28d92f8ac97d71be2a8b59faaf3daee2385 Mon Sep 17 00:00:00 2001 From: Junyi Hou Date: Mon, 4 Mar 2024 19:40:18 +0800 Subject: [PATCH] fix bug --- assets/css/main.css | 6 +++--- layouts/partials/toc.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index ffdb245..b1e4c32 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -75,7 +75,7 @@ main { /* Table of Contents */ .toc { - cursor: zoom-in; + /* cursor: zoom-in; */ display: block; margin-top: 1em; @@ -89,10 +89,10 @@ main { font-size: 14px; font-weight: bold; } - +/* .toc.expanded { cursor: zoom-out; -} +} */ .toc .inner { margin: 0px; diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 8265022..ee90aee 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -5,7 +5,7 @@ {{ end }} - -->