From 66566a2114a4ef2ec4ff2326d675e94481993d70 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:14:45 +0000 Subject: [PATCH] fix: styles --- docs/.vitepress/theme/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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');