From 3ac9187dcfa0cae5c3e270afca3f8df07089dff6 Mon Sep 17 00:00:00 2001 From: CritasWang Date: Wed, 9 Jul 2025 11:28:40 +0800 Subject: [PATCH] style: change switch model color to primary color --- src/.vuepress/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index fd54a4499..cc20da337 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -140,7 +140,7 @@ div[class*='language-'] pre code { } .switch-active { - background-color: #495ad4; + background-color: var(--vp-c-accent); color: #fff; } }