File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 105105
106106 {% block extrabody %} {% endblock %}
107107 < div class ="wy-grid-for-nav ">
108-
109108 {# SIDE NAV, TOGGLES ON MOBILE #}
110109 < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
111110 < div class ="wy-side-scroll ">
112- < div class ="wy-side-nav-search ">
111+ < div class ="wy-side-nav-search " {% if theme_nav_header_background_color %} style =" background-color: {{theme_nav_header_background_color}} " {% endif %} >
113112 {% block sidebartitle %}
114113
115114 {% if logo and theme_logo_only %}
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ collapse_navigation = True
1010sticky_navigation = True
1111navigation_depth = 4
1212includehidden = True
13+ nav_header_background_color =
1314titles_only =
14- logo_only =
15+ logo_only =
1516display_version = True
1617prev_next_buttons_location = bottom
1718style_external_links = False
You can’t perform that action at this time.
0 commit comments