Fixed damage roll on colorful mode

This commit is contained in:
WBHarry 2025-05-26 11:26:23 +02:00
parent 320eec1230
commit 3b1cedf90d
5 changed files with 12 additions and 3 deletions

View file

@ -1522,6 +1522,9 @@
min-height: unset;
height: 26px;
}
.chat-message.duality .duality-actions .duality-action:hover {
background: var(--button-hover-background-color);
}
.chat-message.duality.hope {
background: linear-gradient(0, brown 40px, black);
}