File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 108108 {# SIDE NAV, TOGGLES ON MOBILE #}
109109 < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
110110 < div class ="wy-side-scroll ">
111- < div class ="wy-side-nav-search " {% if theme_nav_header_background_color %} style ="background-color : {{theme_nav_header_background_color }} " {% endif %} >
111+ < div class ="wy-side-nav-search " {% if theme_style_nav_header_background %} style ="background: {{theme_style_nav_header_background }} " {% endif %} >
112112 {% block sidebartitle %}
113113
114114 {% if logo and theme_logo_only %}
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ collapse_navigation = True
1010sticky_navigation = True
1111navigation_depth = 4
1212includehidden = True
13- nav_header_background_color =
14- titles_only =
15- logo_only =
13+ titles_only =
14+ logo_only =
1615display_version = True
1716prev_next_buttons_location = bottom
1817style_external_links = False
18+ style_nav_header_background =
You can’t perform that action at this time.
0 commit comments