mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 23:01:33 +00:00
9 lines
231 B
SCSS
9 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;
|
|
}
|
|
}
|