Added immunity for hidden and SRD additions for immunity

This commit is contained in:
WBHarry 2025-11-22 23:23:24 +01:00
parent 397879d39d
commit f810653059
10 changed files with 131 additions and 21 deletions

View file

@ -1,6 +1,18 @@
.theme-light .daggerheart.placeable-hud {
.status-effects .effect-control {
filter: none;
.status-effects {
.effect-control {
filter: none;
}
.effect-control-container {
.effect-control {
filter: none;
}
.effect-control-disabled-marker {
color: @red;
}
}
}
}
@ -21,4 +33,25 @@
}
}
}
.status-effects {
.effect-control-container {
position: relative;
.effect-control-disabled-marker {
position: absolute;
height: 100%;
width: 100%;
top: -1px;
left: 1px;
color: @medium-red;
font-weight: 700;
font-size: 2.1em;
rotate: 29deg;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}