From 2e222be953a678d588b967c86db45c8437bb5cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 2 Jul 2020 01:41:34 -0400 Subject: [PATCH] Use one of the lighter Agaric blues for sidebar headings --- _static/css/agaric.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/css/agaric.css b/_static/css/agaric.css index 95ff6f6..9909cce 100644 --- a/_static/css/agaric.css +++ b/_static/css/agaric.css @@ -6,6 +6,10 @@ background-color: #26599b; } +.wy-menu-vertical header, .wy-menu-vertical p.caption { + color: #4c98d2; +} + .wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo { width: 12rem;