From 52ea00e9dfcd7078ed61a5dd1150d9df5993b4ac Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 Mar 2021 17:09:27 +0100 Subject: [PATCH] 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 --- docs/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom.css b/docs/custom.css index 0cd0ba4b..a2f6b0ab 100644 --- a/docs/custom.css +++ b/docs/custom.css @@ -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; } }