docs: html: improve css for small displays

fixed-width navi/toc links were not switched in color for small width
displays, and thus they were barely readable as the background
switches to dark for small widths.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-09-24 19:56:27 +02:00
parent 0d7e61f06f
commit 46114bf28e
1 changed files with 8 additions and 0 deletions

View File

@ -32,3 +32,11 @@ div.sphinxsidebar form.search {
div.sphinxsidebar h3 {
width: 100%;
}
@media screen and (max-width: 875px) {
div.sphinxsidebar span {
color: #AAA;
}
ul li.toctree-l1 > a {
color: #FFF;
}
}