From 007e462a327fabc7db212427c97bbeb13f416374 Mon Sep 17 00:00:00 2001 From: Sylvain Pollet-Villard Date: Tue, 26 Nov 2024 11:03:50 +0100 Subject: [PATCH] try fix color variables for vuepress 2 --- docs/src/.vuepress/styles/index.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/src/.vuepress/styles/index.scss b/docs/src/.vuepress/styles/index.scss index 3fa36be..80b675c 100644 --- a/docs/src/.vuepress/styles/index.scss +++ b/docs/src/.vuepress/styles/index.scss @@ -1,12 +1,12 @@ :root { // brand colors - --c-brand: #00A67E; - --c-brand-light: #00ff80; + --vp-c-brand: #00A67E; + --vp-c-brand-light: #00ff80; } html.dark { - --c-brand: #00A67E; - --c-brand-light: #00ff80; + --vp-c-brand: #00A67E; + --vp-c-brand-light: #00ff80; } iframe { @@ -17,5 +17,4 @@ iframe { max-width: 150px; width: auto; height: auto; - } - \ No newline at end of file +} \ No newline at end of file