File size: 231 Bytes
8f7821c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
.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;
  }
}