From d22a16bc14bf8fad1c75652b90dcdcffb38d1efe Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 10 Jan 2022 10:48:13 +0100 Subject: [PATCH] [doc] highlight the current page in the sidebar --- docs/_themes/searxng/static/searxng.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_themes/searxng/static/searxng.css b/docs/_themes/searxng/static/searxng.css index e6f93412d..64f6d4700 100644 --- a/docs/_themes/searxng/static/searxng.css +++ b/docs/_themes/searxng/static/searxng.css @@ -33,6 +33,9 @@ p.sidebar-title, .sidebar p { list-style-type: disclosure-closed; } +.sphinxsidebar .current > a { + font-weight: bold; +} /* admonitions */