[Feature/Fixes] Adversary Touchups (#359)

* Added support for automatic horde damage

* Active effects are shown on the token

* Fixed logic

* Fixed d20 dice lightmode color
This commit is contained in:
WBHarry 2025-07-16 20:17:34 +02:00 committed by GitHub
parent 727cb692b4
commit b40d053201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 134 additions and 24 deletions

View file

@ -1,6 +1,13 @@
@import '../../utils/colors.less';
@import '../../utils/fonts.less';
.theme-light .application.daggerheart.dialog.dh-style.views.roll-selection {
.roll-dialog-container .dices-section .dice-option .dice-icon.normal {
filter: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(0%) hue-rotate(10deg) brightness(98%)
contrast(100%);
}
}
.application.daggerheart.dialog.dh-style.views.roll-selection {
.roll-dialog-container {
display: flex;
@ -24,6 +31,7 @@
height: 70px;
object-fit: contain;
}
.dice-select {
display: flex;
align-items: center;