From d96a034bc6ee7ecf59680ed27e471d134d0f289b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 29 Aug 2023 09:55:25 +0200 Subject: [PATCH] .vitepress/theme/custom.css: Update variable names. --- .vitepress/theme/custom.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 25545ba..c45f2e7 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -1,10 +1,9 @@ :root { --vp-c-bg: #fcfcfc; - --vp-c-brand: #bc544b; - --vp-c-brand-light: #ca5d53; - --vp-c-brand-lighter: #e7695e; - --vp-c-brand-dark: #8d413a; - --vp-c-brand-darker: #7e3933; + --vp-c-brand-1: #bc544b; + --vp-c-brand-2: #e7695e; + --vp-c-brand-3: #bc544b; + --vp-c-brand-soft: #7e3933; } .dark {