Compare commits

..

No commits in common. "786c895d9c4dfb0f5f5d0bdb334220ca6eb06d35" and "c54ddf4c8a19cbae8722353a6a3dffa31c2edb2d" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -327,9 +327,9 @@
"text": "Are you sure you want to remove {name} from the party?"
},
"Thresholds": {
"minor": "MIN",
"major": "MAJ",
"severe": "SEV"
"minor": "1HP",
"major": "2HP",
"severe": "3HP"
}
}
},

View file

@ -98,7 +98,6 @@ body.game:is(.performance-low, .noblur) {
h4 {
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
&.threshold-label {
font-size: var(--font-size-10);