mirror of
https://github.com/imezx/Warp.git
synced 2025-04-26 16:00:03 +00: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);
|
||
|
}
|