From f345d2695034a937a1a51970ac660759cdea5141 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Thu, 16 Jan 2025 16:58:54 -0800 Subject: [PATCH] Update theme.css --- docs/assets/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/css/theme.css b/docs/assets/css/theme.css index cfa90b7..ef8b3f7 100644 --- a/docs/assets/css/theme.css +++ b/docs/assets/css/theme.css @@ -60,7 +60,7 @@ body { padding-top: .25rem; } -.active.is(.app-nav-merged, .sidebar-nav) li > a { +.active:is(:is(.app-nav-merged,.sidebar-nav) li)>a { font-weight: bold; }