fix(vitepress): fix text color in dark mode
This commit is contained in:
parent
0697026621
commit
4ea7ade13b
|
@ -1,3 +1,7 @@
|
|||
.dark .demo-block {
|
||||
color: #2d2f33;
|
||||
}
|
||||
|
||||
.demo-block > .source {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue