daggerheart/styles/less/sheets/actors/companion/sheet.less
2025-07-09 00:39:00 +02:00

12 lines
284 B
Text

@import '../../../utils/mixin.less';
// Theme header backgrounds
.appTheme({
&.companion {
background-image: url('../assets/parchments/dh-parchment-dark.png');
}
}, {
&.companion {
background: url('../assets/parchments/dh-parchment-light.png');
}
});