Fixed traits container styling in light-mode (#899)

This commit is contained in:
WBHarry 2025-08-13 14:43:43 +02:00 committed by GitHub
parent 1a5311536a
commit 72466436a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,16 @@
.theme-light .application.daggerheart.dh-style.dialog {
.tab.details {
.traits-inner-container .trait-container {
background: url('../assets/svg/trait-shield-light.svg') no-repeat;
div {
filter: drop-shadow(0 0 3px @beige);
text-shadow: 0 0 3px @beige;
}
}
}
}
.application.daggerheart.dh-style.dialog {
.tab.details {
.traits-inner-container {