mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
8 lines
149 B
CSS
8 lines
149 B
CSS
.codeblock {
|
|
pre {
|
|
--shiki-dark-bg: var(--sl-color-bg-surface) !important;
|
|
background-color: var(--sl-color-bg-surface) !important;
|
|
}
|
|
}
|
|
|