Skip to content

Commit e65665e

Browse files
authored
Merge pull request #227 from ds4dm/doc-color
Fix doc nav bar color on mobile
2 parents c1a6600 + 6af8d48 commit e65665e

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)