mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-01 12:03:38 +00:00
[docs] all: Change nav background from transparent to explicit
This commit is contained in:
parent
672cd246ab
commit
5d9db8b2f5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ html_theme = 'sphinx_rtd_theme'
|
|||
|
||||
html_theme_options = {
|
||||
'logo_only': True,
|
||||
'style_nav_header_background': 'transparent',
|
||||
'style_nav_header_background': '#343131',
|
||||
}
|
||||
|
||||
html_sidebars = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue