Skip to content

Commit 6af8d48

Browse files
committed
Fix doc nav bar color on mobile
1 parent c1a6600 commit 6af8d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url("theme.css");
22

3-
/* Style the top search bar and logo */
4-
.wy-side-nav-search {
3+
/* Style the top search bar and logo, or top bar on mobile */
4+
.wy-side-nav-search, .wy-nav-top {
55
background-color: #F58A1F;
66
}
77

0 commit comments

Comments
 (0)