From 0f7e2df3a9075eef3fccee51c37ceb2e0755dffa Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 25 Feb 2026 18:08:24 +0100 Subject: [PATCH] disabled table of contents mouse hover animation for snappier feel --- src/lib/components/table-of-contents.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/table-of-contents.svelte b/src/lib/components/table-of-contents.svelte index 212fbe0..7a88c6e 100644 --- a/src/lib/components/table-of-contents.svelte +++ b/src/lib/components/table-of-contents.svelte @@ -106,8 +106,8 @@ display: inline-block; text-decoration: none; box-sizing: border-box; - transition: color var(--duration-animation) ease-out, - background-color var(--duration-animation) ease-out; + /* transition: color var(--duration-animation) ease-out, + background-color var(--duration-animation) ease-out; */ } .toc-list a, .toc-list a:link, .toc-list a:visited { color: var(--color-text);