From 9a65ee0851d8fd8d895c7d967ad8c1fd24310577 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Mon, 2 Mar 2026 15:35:58 +0530 Subject: [PATCH] fix: update color --- docs/.vitepress/theme/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 9c53f07..df1dc05 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -200,11 +200,11 @@ --vp-c-bg-mute: #1f1f1f; /* Brand colors */ - --vp-c-brand-1: #2893cc; - --vp-c-brand-2: #2893cc; - --vp-c-brand-3: #2893cc; + --vp-c-brand-1: #2f9bd5; + --vp-c-brand-2: #2f9bd5; + --vp-c-brand-3: #2f9bd5; --vp-c-brand-soft: rgba(0, 99, 153, 0.14); - --plane-500: #2893cc; + --plane-500: #2f9bd5; } /* ================================================