Skip to content

Commit 2026bb6

Browse files
authored
Make mobile top navigation bar have the same background color as the side navigation header. (#1132)
1 parent 3db4e2f commit 2026bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
175175

176176
{#- MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
177-
<nav class="wy-nav-top" aria-label="{{ _('Top') }}">
177+
<nav class="wy-nav-top" aria-label="{{ _('Top') }}" {% if theme_style_nav_header_background %} style="background: {{theme_style_nav_header_background}}" {% endif %}>
178178
{%- block mobile_nav %}
179179
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
180180
<a href="{{ pathto(master_doc) }}">{{ project }}</a>

0 commit comments

Comments
 (0)