From a3ec7ce37c235e9a458c99ec465df4dce0fc422f Mon Sep 17 00:00:00 2001 From: Commandcracker <49335821+Commandcracker@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:46:27 +0100 Subject: [PATCH] Make tip blue (#359) --- docs/.vitepress/theme/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index df89f5aac..f8e53f7ae 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -125,8 +125,8 @@ :root { --vp-custom-block-tip-border: transparent; --vp-custom-block-tip-text: var(--vp-c-text-1); - --vp-custom-block-tip-bg: var(--vp-c-brand-soft); - --vp-custom-block-tip-code-bg: var(--vp-c-brand-soft); + --vp-custom-block-tip-bg: var(--vp-c-indigo-soft); + --vp-custom-block-tip-code-bg: var(--vp-c-indigo-soft); } /**