From 8a3ff79d0a4633d7e577b588d3889efa8a13770d Mon Sep 17 00:00:00 2001 From: kalrnlo Date: Sat, 27 Jul 2024 13:44:37 -0600 Subject: [PATCH] Update Tip background --- 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 3e86ace..a712518 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -121,8 +121,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-green-soft); + --vp-custom-block-tip-code-bg: var(--vp-c-green-soft); } /**