This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f2965ebf style: change switch model color to primary color (#824)
f2965ebf is described below
commit f2965ebf16f5b8b941e69f356751e633922e8927
Author: CritasWang <[email protected]>
AuthorDate: Wed Jul 9 11:32:34 2025 +0800
style: change switch model color to primary color (#824)
---
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;
}
}