mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[docs] all: Change nav background from transparent to explicit
This commit is contained in:
parent
672cd246ab
commit
5d9db8b2f5
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user