mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
12 lines
284 B
Text
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');
|
|
}
|
|
});
|