Skip to content

Commit 996fcfb

Browse files
committed
docs: match sidebar background color to logo.
1 parent 8ac22bc commit 996fcfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/_static/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
a { text-decoration: underline; }
33
.wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; }
44

5+
/* Match the logo colors in the background. */
6+
.wy-side-nav-search { background-color: #784b9a; }
7+
58
/* Make the logo more reasonably sized. */
69
.wy-side-nav-search > a img.logo { width: 200px; }
710

0 commit comments

Comments
 (0)