From 819f69f6e652b7b7846618e65a7635e826427a9a Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 13 Oct 2023 17:28:54 -0400 Subject: [PATCH] fix: make sure brand colors work in dark mode as well --- docs/.vitepress/theme/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 054142e1..75f53484 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -1,8 +1,8 @@ :root { --vp-c-brand-1: #c43c75; - --vp-c-brand-2: #912b81; + --vp-c-brand-2: #e34e65; --vp-c-brand-3: #c43c75; - --vp-c-brand-soft: #fbe9f0; + --vp-c-brand-soft: rgba(196, 60, 117, 0.13); } .VPFooter a {