Fixed light-mode in characterSheet

This commit is contained in:
WBHarry 2025-11-10 11:18:34 +01:00
parent 4ce9cb98d8
commit 0d807eb3b7

View file

@ -6,9 +6,18 @@
.appTheme({ .appTheme({
.character-sidebar-sheet { .character-sidebar-sheet {
background-image: url('../assets/parchments/dh-parchment-dark.png'); background-image: url('../assets/parchments/dh-parchment-dark.png');
.experience-value { .experience-value {
background: url(../assets/svg/experience-shield.svg) no-repeat; background: url(../assets/svg/experience-shield.svg) no-repeat;
} }
.info-section {
.resources-section .status-bar, .status-section .status-bar.armor-slots {
.slot-value .slot-bar {
background: @dark-blue;
}
}
}
} }
}, { }, {
&.sheet.actor.dh-style.character .character-sidebar-sheet { &.sheet.actor.dh-style.character .character-sidebar-sheet {
@ -21,6 +30,14 @@
.portrait.death-roll .death-roll-btn { .portrait.death-roll .death-roll-btn {
filter: brightness(0) drop-shadow(0 0 3px @dark-blue); filter: brightness(0) drop-shadow(0 0 3px @dark-blue);
} }
.info-section {
.resources-section .status-bar, .status-section .status-bar.armor-slots {
.slot-value .slot-bar {
background-image: url('../assets/parchments/dh-parchment-light.png');
}
}
}
} }
}); });
@ -176,12 +193,9 @@
border: 1px solid light-dark(@dark-blue, @golden); border: 1px solid light-dark(@dark-blue, @golden);
border-radius: 6px; border-radius: 6px;
z-index: 1; z-index: 1;
background: @dark-blue;
color: light-dark(@dark-blue, @golden); color: light-dark(@dark-blue, @golden);
width: fit-content; width: fit-content;
.slot { .slot {
width: 15px; width: 15px;
height: 10px; height: 10px;
@ -361,7 +375,6 @@
color: light-dark(@dark-blue-40, @golden-40); color: light-dark(@dark-blue-40, @golden-40);
} }
} }
} }
.slot-label { .slot-label {
display: flex; display: flex;
@ -385,8 +398,6 @@
padding-left: 6px; padding-left: 6px;
} }
} }
} }
.status-value { .status-value {
position: absolute; position: absolute;