Skip to content

Commit f2965eb

Browse files
authored
style: change switch model color to primary color (#824)
1 parent d663d16 commit f2965eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ div[class*='language-'] pre code {
140140
}
141141

142142
.switch-active {
143-
background-color: #495ad4;
143+
background-color: var(--vp-c-accent);
144144
color: #fff;
145145
}
146146
}

0 commit comments

Comments
 (0)