mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 01:06:16 -04:00
12 lines
200 B
CSS
12 lines
200 B
CSS
.codeblock {
|
|
pre {
|
|
--shiki-dark-bg: var(--sl-color-bg-surface) !important;
|
|
background-color: var(--sl-color-bg-surface) !important;
|
|
|
|
span {
|
|
white-space: break-spaces;
|
|
}
|
|
}
|
|
}
|
|
|