Files
docs/node_modules/vitepress/dist/client/theme-default/styles/components/vp-code.css
yinxue 9e1b8bdc9d
Some checks failed
CI Pipeline / build (push) Failing after 3m23s
first-commit
2025-08-27 14:05:33 +08:00

8 lines
134 B
CSS

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