From 8dea597612bd4ac6da1bda7b596ee47f7f6d7e4e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 28 Mar 2025 13:23:37 +0200 Subject: [PATCH] update --- docs/_assets/user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_assets/user.css b/docs/_assets/user.css index 464fd620..582439b0 100644 --- a/docs/_assets/user.css +++ b/docs/_assets/user.css @@ -33,11 +33,11 @@ li.md-nav__item--section > label.md-nav__link { display: none; } -.md-nav__link--active { +.md-sidebar--primary .md-nav__link--active { font-weight: bold; color: #e82062 !important; } -.md-nav__link--active:before { +.md-sidebar--primary .md-nav__link--active:before { content: "\21D2"; margin-right: 6px; }