diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 4cfa690e853ce53245c255f534416c2c4e379290..7728dd3556149d8e16d3e230289854fab36d3afd 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -2421,7 +2421,11 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <tr> <td>Expenses budget for week <<print ($week+1)>></td> <td></td> - <td>@@.red;<<print cashFormat($costs)>>@@</td> + <td><<if $costs < 0>> + @@.yellowgreen;+<<print cashFormat($costs)>>@@ + <<else>> + @@.red;<<print cashFormat($costs)>>@@ + <</if>></td> <td></td> </tr>