From 28e2af36757867314d927783937dc2562b103f6c Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Sun, 17 Mar 2024 12:40:01 +0100 Subject: [PATCH] #95 change text color for sidebar to show version number --- docs/source/_static/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 48f06fdd8..debfd96a0 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,11 +1,13 @@ /* Change the sidebar header color to match the new logo background. */ .wy-side-nav-search { background-color: #f2f5f8 !important; + color: #000 !important; } /* Update the sidebar background color. */ .wy-nav-side { background-color: #f2f5f8 !important; + color: #000 !important; } /* Change sidebar text color to black for all sidebar items. */ @@ -22,7 +24,7 @@ /* Sidebar item background color on hover. */ .wy-nav-side .wy-menu-vertical li.toctree-l1.current > a:hover, .wy-nav-side .wy-menu-vertical li.toctree-l1 > a:hover { - background-color: #5495c9 !important; /* dark gray background */ + background-color: #5495c9 !important; /* ligher Python blue background */ } /* Logo styling. */ .wy-side-nav-search .wy-nav-top img {