From d7b443c9f50a9e76b327d416851c9dbd98fd4dfb Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 13 Apr 2025 11:33:00 -0400 Subject: [PATCH] Update colors --- docs/docs.json | 6 +++--- docs/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; }