2022-02-03 15:57:26 +01:00

8 lines
113 B
SCSS

:host {
background-color: var(--danger-tint);
.item {
--background: var(--danger-tint);
}
}