Browse Source

[doc] highlight the current page in the sidebar

Martin Fischer 3 years ago
parent
commit
d22a16bc14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/_themes/searxng/static/searxng.css

+ 3 - 0
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
 */