forked from Ponysearch/Ponysearch
Merge pull request #736 from not-my-profile/doc-highlight-current-in-sidebar
[doc] highlight the current page in the sidebar
This commit is contained in:
commit
7cdb86ba95
1 changed files with 3 additions and 0 deletions
3
docs/_themes/searxng/static/searxng.css
vendored
3
docs/_themes/searxng/static/searxng.css
vendored
|
@ -33,6 +33,9 @@ p.sidebar-title, .sidebar p {
|
|||
list-style-type: disclosure-closed;
|
||||
}
|
||||
|
||||
.sphinxsidebar .current > a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* admonitions
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue