mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Compare commits
2 commits
c54ddf4c8a
...
786c895d9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
786c895d9c | ||
|
|
4f50f4db7e |
2 changed files with 4 additions and 3 deletions
|
|
@ -327,9 +327,9 @@
|
|||
"text": "Are you sure you want to remove {name} from the party?"
|
||||
},
|
||||
"Thresholds": {
|
||||
"minor": "1HP",
|
||||
"major": "2HP",
|
||||
"severe": "3HP"
|
||||
"minor": "MIN",
|
||||
"major": "MAJ",
|
||||
"severe": "SEV"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ body.game:is(.performance-low, .noblur) {
|
|||
h4 {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
|
||||
&.threshold-label {
|
||||
font-size: var(--font-size-10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue