mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
7 lines
130 B
CSS
7 lines
130 B
CSS
.dark .shiki span {
|
|
color: var(--shiki-dark, inherit);
|
|
}
|
|
|
|
html:not(.dark) .shiki span {
|
|
color: var(--shiki-light, inherit);
|
|
}
|