Fix #25 : Change color of WP warning displays

This commit is contained in:
2025-01-07 17:23:25 +01:00
parent d6a1b2c62a
commit c0d240c5d0
5 changed files with 18 additions and 3 deletions

View File

@@ -15,10 +15,10 @@
{{/if}}
{{#if isZeroWP}}
<div class="dialog-skill">Zero WP : Automatic failure (ie 0%)</div>
<div class="dialog-skill red-warning">Zero WP : Automatic failure (ie 0%)</div>
{{else}}
{{#if isLowWP}}
<div class="dialog-skill">Low WP : -20%</div>
<div class="dialog-skill orange-warning">Low WP : -20%</div>
{{/if}}
{{/if}}
</fieldSet>