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