Browse Source

[fixed] As per our head of design (Akossi), this is the approved way to highlight this function.

KevinSmarts 5 years ago
parent
commit
865aae93b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/obj_din.qsrc

+ 2 - 2
locations/obj_din.qsrc

@@ -2618,8 +2618,8 @@ if $ARGS[0] = 'old':
 		! addobj '<center><font color = green><b>[</b></font>Autosave<font color = green><b>]</b></font></center>'
 	! end
 	if cheatTime = 1:
-		addobj '<center><font color = red>-1 Hour</font></center>'
-		addobj '<center><font color = green>+1 Hour</font></center>'
+		addobj '<center><i>-1 Hour</i></center>'
+		addobj '<center><i>+1 Hour</i></center>'
 	end
 	addobj '<center><font color = red>Emergency</font></center>'
 end