Moved light styling to appTheme mixing

This commit is contained in:
WBHarry 2025-07-14 01:39:59 +02:00
parent a96e75c37b
commit 261eaefe7d
2 changed files with 22 additions and 114 deletions

View file

@ -1,18 +1,29 @@
@import '../../utils/colors.less';
.theme-light .daggerheart.dh-style.dialog.character-creation {
.setup-tabs button {
background-image: url(../assets/parchments/dh-parchment-dark.png);
}
.appTheme({}, {
&.daggerheart.dh-style.dialog.character-creation {
.setup-tabs button {
background-image: url(../assets/parchments/dh-parchment-dark.png);
}
.main-selections-container
.selections-container
.ancestry-preview-info-container
.ancestry-preview-features
.ancestry-preview-feature {
background-image: url(../assets/parchments/dh-parchment-light.png);
nav a .descriptor {
background-image: url(../assets/parchments/dh-parchment-dark.png);
}
.main-selections-container {
.ancestry-mixed-controller label {
background-image: url(../assets/parchments/dh-parchment-dark.png);
}
.selections-container
.ancestry-preview-info-container
.ancestry-preview-features
.ancestry-preview-feature {
background-image: url(../assets/parchments/dh-parchment-light.png);
}
}
}
}
});
.daggerheart.dh-style.dialog.character-creation {
.setup-tabs {