mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 19:27:04 +00:00
10 lines
231 B
SCSS
10 lines
231 B
SCSS
|
.actions .shiki {
|
||
|
background-color: var(--bolt-elements-actions-code-background) !important;
|
||
|
}
|
||
|
|
||
|
.shiki {
|
||
|
&:not(:has(.actions), .actions *) {
|
||
|
background-color: var(--bolt-elements-messages-code-background) !important;
|
||
|
}
|
||
|
}
|