mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 22:42:21 +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;
|
|
}
|
|
}
|