[docs] all: Change nav background from transparent to explicit

This commit is contained in:
Jonathan Rubenstein 2021-12-26 04:53:33 +02:00 committed by Geoffrey McRae
parent 672cd246ab
commit 5d9db8b2f5

View File

@ -86,7 +86,7 @@ html_theme = 'sphinx_rtd_theme'
html_theme_options = { html_theme_options = {
'logo_only': True, 'logo_only': True,
'style_nav_header_background': 'transparent', 'style_nav_header_background': '#343131',
} }
html_sidebars = { html_sidebars = {