Files
upage-git/app/styles/components/code.scss
2025-09-24 17:02:44 +08:00

10 lines
233 B
SCSS

.actions .shiki {
background-color: var(--upage-elements-actions-code-background) !important;
}
.shiki {
&:not(:has(.actions), .actions *) {
background-color: var(--upage-elements-messages-code-background) !important;
}
}