From a5261a2e6f3963ee7dc6c9adf0d6f237dff70614 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 8 Sep 2024 16:48:07 -0600 Subject: [PATCH] change background color --- docs/_source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,