diff --git a/assets/css/main.css b/assets/css/main.css index bae2708..ef6683c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -76,7 +76,7 @@ main { /* Table of Contents */ .toc { - /* cursor: zoom-in; */ + cursor: zoom-in; display: block; margin-top: 1em; @@ -90,10 +90,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 ee90aee..d69fa77 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -5,15 +5,17 @@ {{ end }} - +