From 92ab6b5dfa505982da1ef2d0fd3f675b21f3b423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 2 Jul 2020 08:24:36 -0400 Subject: [PATCH] Make TOC items Agaric white when active and Agaric yellow when highlighted --- _static/css/agaric.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_static/css/agaric.css b/_static/css/agaric.css index 80c511a..d01f519 100644 --- a/_static/css/agaric.css +++ b/_static/css/agaric.css @@ -20,10 +20,14 @@ } } -.wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover { +.wy-menu-vertical li.current > a, .wy-menu-vertical li.on a { background-color: #f6f6f6; } +.wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover { + background-color: #dcd42a; +} + .wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo { width: 12rem;