From: Sara Regan <1307818+sareg0@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:57:20 +0000 (+0200) Subject: docs: contrast problems with dark theme tip block in docs (#2459) X-Git-Tag: @pinia/nuxt@0.5.2-beta.0~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7997b7e1819d1e2e3161d322e0642d43117d6eb8;p=thirdparty%2Fvuejs%2Fpinia.git docs: contrast problems with dark theme tip block in docs (#2459) --- diff --git a/packages/docs/.vitepress/theme/styles/vars.css b/packages/docs/.vitepress/theme/styles/vars.css index 58520607..6a4ef89a 100644 --- a/packages/docs/.vitepress/theme/styles/vars.css +++ b/packages/docs/.vitepress/theme/styles/vars.css @@ -62,7 +62,6 @@ html.dark:root { --vp-c-brand-1: var(--c-yellow-1); --vp-c-brand-2: var(--c-yellow-2); --vp-c-brand-3: var(--c-yellow-3); - --vp-c-brand-soft: var(--c-yellow-soft-1); --vp-c-bg-alpha-with-backdrop: rgba(20, 25, 36, 0.7); --vp-c-bg-alpha-without-backdrop: rgba(20, 25, 36, 0.9);