mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00:00
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
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;
|
list-style-type: disclosure-closed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sphinxsidebar .current > a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* admonitions
|
/* admonitions
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user