docs: improve navigation coloring on mobile

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-24 18:24:20 +01:00
parent ef6d49670b
commit 932e69a837
1 changed files with 5 additions and 2 deletions

View File

@ -65,9 +65,12 @@ div.sphinxsidebar h1.logo-name {
display: block;
}
div.sphinxsidebar span {
color: #AAA;
color: #EEE;
}
.sphinxsidebar ul li.toctree-l1 > a {
.sphinxsidebar ul li.toctree-l1 > a, div.sphinxsidebar a {
color: #FFF;
}
div.sphinxsidebar {
background-color: #555;
}
}