mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 22:15:13 +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);
|
|
}
|