docs: only apply toctree color override to sidebar one

else the TOC on the index page has some white text on white back
ground

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-24 17:09:27 +01:00
parent 870681013a
commit 52ea00e9df
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ div.sphinxsidebar h1.logo-name {
div.sphinxsidebar span {
color: #AAA;
}
ul li.toctree-l1 > a {
.sphinxsidebar ul li.toctree-l1 > a {
color: #FFF;
}
}