diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 64ceca4..47bb44e 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -49,8 +49,8 @@ --vp-c-default-3: var(--vp-c-gray-3); --vp-c-default-soft: var(--vp-c-gray-soft); - --vp-c-brand-1: #e017a9; - --vp-c-brand-2: #e017a9; + --vp-c-brand-1: color(display-p3 1 0.47 0.67); + --vp-c-brand-2: color(display-p3 1 0.59 0.54); --vp-c-brand-3: color(display-p3 1 0.12 0.74); --vp-c-brand-soft: rgba(255, 30, 189, 0.14);