Lightmode fixes

This commit is contained in:
WBHarry 2025-07-13 21:19:08 +02:00
parent 4262bf7a97
commit a1856866fa
3 changed files with 20 additions and 8 deletions

View file

@ -1,6 +1,12 @@
.theme-light .daggerheart.dialog.dh-style.views.resource-dice {
.resource-items input {
background-image: url('../assets/parchments/dh-parchment-light.png');
.resource-items .resource-item {
input {
background-image: url('../assets/parchments/dh-parchment-light.png');
}
img {
filter: brightness(0) saturate(100%);
}
}
}