From 8934b94029fb1f02ae5a0ab60396fe60087d833f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 1 Nov 2024 22:07:34 -0500 Subject: [PATCH] fix: Remove sidebar active bg color --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index b69c183..75e22bf 100644 --- a/common/common.scss +++ b/common/common.scss @@ -273,3 +273,7 @@ body.crawler { .extra-info-wrapper .header-title { font-size: var(--font-up-1); } + +a.active.sidebar-section-link.sidebar-row { + background: none; +}