fix(vitepress): fix text color in dark mode

This commit is contained in:
Sagi 2022-10-10 00:17:59 +08:00
parent 0697026621
commit 4ea7ade13b
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
.dark .demo-block {
color: #2d2f33;
}
.demo-block > .source {
background-color: #ffffff;
}