From 3998c7edb254cd1e2435fc2b2170b31a41c90a5f Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Thu, 26 Sep 2024 00:49:21 +0800 Subject: [PATCH] perf(cli): update css template --- cli/templates/.vuepress/theme/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/templates/.vuepress/theme/styles/custom.css b/cli/templates/.vuepress/theme/styles/custom.css index d3a3696d..16de560b 100644 --- a/cli/templates/.vuepress/theme/styles/custom.css +++ b/cli/templates/.vuepress/theme/styles/custom.css @@ -27,7 +27,7 @@ } /** 深色模式 */ -.dark { +[data-theme="dark"] { /* --vp-c-brand-1: #8cccd5; --vp-c-brand-2: #6aa1b7;