diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 9fc78fc..3b79b55 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -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,