docs: match sidebar background color to logo.

This commit is contained in:
Catherine 2024-01-04 12:51:04 +00:00
parent 8ac22bc114
commit 996fcfbda4

View file

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