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?" "text": "Are you sure you want to remove {name} from the party?"
}, },
"Thresholds": { "Thresholds": {
"minor": "MIN", "minor": "1HP",
"major": "MAJ", "major": "2HP",
"severe": "SEV" "severe": "3HP"
} }
} }
}, },

View file

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