mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 08:23:38 +02:00
Merged with main
This commit is contained in:
commit
f0e9dd75d9
17 changed files with 542 additions and 507 deletions
|
|
@ -1,11 +1,16 @@
|
|||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
.theme-light & {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
.theme-dark & {
|
||||
// Theme header backgrounds
|
||||
|
||||
.appTheme({
|
||||
&.companion {
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
}
|
||||
}, {
|
||||
&.companion {
|
||||
background: url('../assets/parchments/dh-parchment-light.png');
|
||||
}
|
||||
});
|
||||
|
||||
.application.sheet.daggerheart.actor.dh-style.companion {
|
||||
// .profile {
|
||||
// height: 80px;
|
||||
// width: 80px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue