mirror of
https://github.com/imezx/Warp.git
synced 2025-04-25 07:30:02 +00:00
7 lines
134 B
CSS
7 lines
134 B
CSS
.dark .vp-code span {
|
|
color: var(--shiki-dark, inherit);
|
|
}
|
|
|
|
html:not(.dark) .vp-code span {
|
|
color: var(--shiki-light, inherit);
|
|
}
|