Make the sidebar a little nicer

This commit is contained in:
Kovid Goyal
2018-05-30 13:43:48 +05:30
parent bf8dfa5ee3
commit 0c5c6fcbbe
5 changed files with 48 additions and 0 deletions

View File

@@ -64,3 +64,21 @@ body div.document {
outline: 0;
}
div.sphinxsidebar {
font-size: inherit;
line-height: inherit;
}
#sidebartoc li {
margin-top: 0.75ex;
margin-bottom: 0.75ex;
}
#sidebartoc ul {
list-style: none !important;
}
#sidebartoc a[href]:hover {
color: red;
}