docs: match sidebar background color to logo.
This commit is contained in:
parent
8ac22bc114
commit
996fcfbda4
3
docs/_static/custom.css
vendored
3
docs/_static/custom.css
vendored
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue