diff options
author | Martin Fischer <martin@push-f.com> | 2022-01-10 10:48:13 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-01-10 10:48:13 +0100 |
commit | d22a16bc14bf8fad1c75652b90dcdcffb38d1efe (patch) | |
tree | c3a54ede9de80c8b345bb820a00434bfdd205c58 /docs | |
parent | 79e0aa26456ed316bf8a12c57a8faa46bf5ac2cb (diff) | |
download | searxng-d22a16bc14bf8fad1c75652b90dcdcffb38d1efe.tar.gz searxng-d22a16bc14bf8fad1c75652b90dcdcffb38d1efe.zip |
[doc] highlight the current page in the sidebar
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_themes/searxng/static/searxng.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |