Skip to content

Commit

Permalink
More color change for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Jul 6, 2020
1 parent 2497598 commit 4f49228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melt.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'Sully', 2, 2, 2, 8, { w1 : 2, w2 : 2 },
'Smart', 2, 3, 2, 9, { w1 : 2, w2 : 2 },
);
setColor( '#ffdddd' );
setColor( '#ddffdd' );
addBoxes(
'123', 4, 1, 5, 1,
'234', 4, 2, 5, 2,
Expand All @@ -67,7 +67,7 @@
'567', 5, 2, 5, 5,
'678', 5, 3, 5, 6
);
setColor( '#ffffdd' );
setColor( '#ddffdd' );
addBoxes(
'2.0', 6, 1, 5, 7,
'3.0', 6, 2, 5, 8,
Expand Down

0 comments on commit 4f49228

Please sign in to comment.