docs: match sidebar background color to logo.
This commit is contained in:
parent
8ac22bc114
commit
996fcfbda4
1 changed files with 3 additions and 0 deletions
3
docs/_static/custom.css
vendored
3
docs/_static/custom.css
vendored
|
|
@ -2,6 +2,9 @@
|
||||||
a { text-decoration: underline; }
|
a { text-decoration: underline; }
|
||||||
.wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; }
|
.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. */
|
/* Make the logo more reasonably sized. */
|
||||||
.wy-side-nav-search > a img.logo { width: 200px; }
|
.wy-side-nav-search > a img.logo { width: 200px; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue