change background color

This commit is contained in:
Jeff Moe 2024-09-08 16:48:07 -06:00
parent bf303d8e72
commit a5261a2e6f

View file

@ -35,7 +35,7 @@ html_show_sourcelink = False
html_link_suffix = ".html"
html_theme = "sphinx_rtd_theme"
html_theme_options = {
"style_nav_header_background": "#4fb31f",
"style_nav_header_background": "#e7c30d",
"display_version": False,
"prev_next_buttons_location": "bottom",
"collapse_navigation": True,