7 lines
94 B
CSS
7 lines
94 B
CSS
.dark .vp-code-light {
|
|
display: none;
|
|
}
|
|
|
|
html:not(.dark) .vp-code-dark {
|
|
display: none;
|
|
}
|