Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
231 Bytes
.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;
}
}