ea6208c1f0
* deps: bump ws * deps: bump lightningcss * deps: workerpool * deps: various types * deps: chalk * deps: globby * deps: preact * deps: tsx * deps: @floating-ui/dom * deps: esbuild * deps: types + prettier * deps: rimraf, typescript * deps: remark/rehype/unified ecosystem * format
18 lines
358 B
SCSS
18 lines
358 B
SCSS
code[data-theme*=" "] {
|
|
color: var(--shiki-light);
|
|
background-color: var(--shiki-light-bg);
|
|
}
|
|
|
|
code[data-theme*=" "] span {
|
|
color: var(--shiki-light);
|
|
}
|
|
|
|
[saved-theme="dark"] code[data-theme*=" "] {
|
|
color: var(--shiki-dark);
|
|
background-color: var(--shiki-dark-bg);
|
|
}
|
|
|
|
[saved-theme="dark"] code[data-theme*=" "] span {
|
|
color: var(--shiki-dark);
|
|
}
|