We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db4e2f commit 2026bb6Copy full SHA for 2026bb6
sphinx_rtd_theme/layout.html
@@ -174,7 +174,7 @@
174
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
175
176
{#- MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
177
- <nav class="wy-nav-top" aria-label="{{ _('Top') }}">
+ <nav class="wy-nav-top" aria-label="{{ _('Top') }}" {% if theme_style_nav_header_background %} style="background: {{theme_style_nav_header_background}}" {% endif %}>
178
{%- block mobile_nav %}
179
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
180
<a href="{{ pathto(master_doc) }}">{{ project }}</a>
0 commit comments