diff --git a/docs/_static/css/my_theme.css b/docs/_static/css/my_theme.css index e6e34dbc8..104f492d3 100644 --- a/docs/_static/css/my_theme.css +++ b/docs/_static/css/my_theme.css @@ -3,3 +3,7 @@ .wy-nav-content { max-width: 90%; } + +.wy-side-nav-search, .wy-nav-top { + background: #c3c9d4; +} diff --git a/docs/source/conf.py b/docs/source/conf.py index 4c3c8d8bb..62f0e7404 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,7 +75,7 @@ source_suffix = { # html_theme = "alabaster" html_theme_options = { "canonical_url": "https://github.com/meta-llama/llama-stack", - "style_nav_header_background": "white", + # "style_nav_header_background": "#c3c9d4", } html_static_path = ["../_static"]