mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
8 lines
134 B
CSS
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);
|
|
}
|