generated from thegrind/laravel-dockerized
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);
|
|
}
|