From 7dc94b6b13b4b4cfb6d5c9f65c527c03bbb01cf4 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 30 Oct 2024 12:20:01 -0700 Subject: [PATCH] color --- docs/_static/css/my_theme.css | 2 +- docs/source/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/css/my_theme.css b/docs/_static/css/my_theme.css index 104f492d3..ffee57b68 100644 --- a/docs/_static/css/my_theme.css +++ b/docs/_static/css/my_theme.css @@ -5,5 +5,5 @@ } .wy-side-nav-search, .wy-nav-top { - background: #c3c9d4; + background: #666666; } diff --git a/docs/source/index.md b/docs/source/index.md index 0e1543745..4b71b160c 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -9,7 +9,7 @@ The Stack APIs are rapidly improving, but still very much work in progress and w ```{image} ../_static/llama-stack.png :alt: Llama Stack -:width: 400px +:width: 600px :align: center ```