From 793db16f56bcaa94783f46f6216a35d512aceddb Mon Sep 17 00:00:00 2001 From: Colin <1580440944@qq.com> Date: Thu, 5 May 2022 21:51:25 +0800 Subject: [PATCH] fix: toc active item color --- layouts/partials/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 38eb77f..8ed5cd5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -57,12 +57,13 @@ } .is-active-link::before { - background-color: #d71a1b; + background-color: #d71a1b !important; } .logo__cursor { background: #d71a1b; } +