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; }