[doc] highlight the current page in the sidebar

This commit is contained in:
Martin Fischer 2022-01-10 10:48:13 +01:00
parent 79e0aa2645
commit d22a16bc14

View file

@ -33,6 +33,9 @@ p.sidebar-title, .sidebar p {
list-style-type: disclosure-closed;
}
.sphinxsidebar .current > a {
font-weight: bold;
}
/* admonitions
*/