diff --git a/docs/.vitepress/theme/style.scss b/docs/.vitepress/theme/style.scss index 51b0b71..cfcbb9c 100644 --- a/docs/.vitepress/theme/style.scss +++ b/docs/.vitepress/theme/style.scss @@ -2,12 +2,13 @@ --vp-c-default-1: theme('colors.neutral.11'); --vp-c-default-2: theme('colors.neutral.4'); --vp-c-default-3: theme('colors.neutral.3'); - --vp-c-default-soft: theme('colors.neutral.9'); + --vp-c-default-soft: theme('colors.neutral.4'); /* Colors: Background */ --vp-c-bg: theme('colors.neutral.1'); - --vp-c-bg-alt: theme('colors.neutral.1'); + --vp-c-bg-alt: theme('colors.neutral.2'); --vp-c-bg-elv: theme('colors.neutral.1'); + --vp-c-bg-soft: theme('colors.neutral.2'); --vp-c-brand-1: theme('colors.primary.11'); --vp-c-brand-2: theme('colors.primary.7');