Added a separation of system effects and generic effects on token status effects. Can be turned off in settings.

This commit is contained in:
WBHarry 2025-07-11 15:20:39 +02:00
parent 70239ec06a
commit 202ee0b635
11 changed files with 199 additions and 5 deletions

View file

@ -0,0 +1,10 @@
.daggerheart.placeable-hud {
.col.right {
.palette {
.palette-category-title {
grid-column: span var(--effect-columns);
font-weight: bold;
}
}
}
}