You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/src/client/theme-default/styles/components/vp-code.css

8 lines
134 B

.dark .vp-code span {
color: var(--shiki-dark, inherit);
}
html:not(.dark) .vp-code span {
color: var(--shiki-light, inherit);
}