Reorganize documentation navbar (#7423)

* Reorganize documentation navbar

* Update css to have clear sections
This commit is contained in:
Sylvain Gugger
2020-09-28 10:22:58 -04:00
committed by GitHub
parent 7f4115c099
commit ca3fc36de3
2 changed files with 54 additions and 35 deletions

View File

@@ -125,6 +125,12 @@ a.copybtn {
background-color: #6670FF;
}
/* The section headers in the toc tree */
.wy-menu-vertical p.caption{
background-color: #4d59ff;
line-height: 40px;
}
/* The selected items in the toc tree */
.wy-menu-vertical li.current{
background-color: #A6B0FF;