]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: contrast problems with dark theme tip block in docs (#2459)
authorSara Regan <1307818+sareg0@users.noreply.github.com>
Sun, 22 Oct 2023 17:57:20 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 17:57:20 +0000 (19:57 +0200)
packages/docs/.vitepress/theme/styles/vars.css

index 58520607413f93cd010f2326c9b16c5a564fc34b..6a4ef89a570b63c62150ed1f29c0e7e1e4831524 100644 (file)
@@ -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);