This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_0709_color in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 3ac9187dcfa0cae5c3e270afca3f8df07089dff6 Author: CritasWang <cri...@outlook.com> AuthorDate: Wed Jul 9 11:28:40 2025 +0800 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 fd54a449..cc20da33 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; } }