From 183ed102e012fa5b6dbb070586f3fb2287916783 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Apr 2020 16:52:31 +0800 Subject: [PATCH] theme: animate toc item "current" state too --- theme/default/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index f1fb91a..25d9b30 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -349,6 +349,7 @@ blockquote { .toc li { margin-bottom: 2px; + transition: color 0.2s ease-in-out; } .toc li::before {