diff --git a/docs/docs.json b/docs/docs.json index c9a8330ba..abaa30f3d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -8,9 +8,9 @@ "decoration": "windows" }, "colors": { - "dark": "#EA5455", - "light": "#EA5455", - "primary": "#EA5455" + "dark": "#f72585", + "light": "#4cc9f0", + "primary": "#3f37c9" }, "description": "The fast, Pythonic way to build MCP servers.", "footer": { diff --git a/docs/style.css b/docs/style.css index df34e336d..d0cb5e5c3 100644 --- a/docs/style.css +++ b/docs/style.css @@ -8,6 +8,6 @@ h3 code, h4 code, h5 code, h6 code { - color: #ea5455 !important; + color: #f72585 !important; background-color: #ea54551a !important; }