From 996fcfbda43129d52e32f4e35330f5063495a099 Mon Sep 17 00:00:00 2001 From: Catherine Date: Thu, 4 Jan 2024 12:51:04 +0000 Subject: [PATCH] docs: match sidebar background color to logo. --- docs/_static/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 6b02f39..e95df7d 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -2,6 +2,9 @@ a { text-decoration: underline; } .wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; } +/* Match the logo colors in the background. */ +.wy-side-nav-search { background-color: #784b9a; } + /* Make the logo more reasonably sized. */ .wy-side-nav-search > a img.logo { width: 200px; }