Skip to content

Commit

Permalink
Change colors for consistency across pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Jul 6, 2020
1 parent 919635f commit 2497598
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 @@ -19,7 +19,7 @@
'1', 0, 2, 0, 2,
'2', 0, 3, 0, 3,
);
setColor( '#ffdddd' );
setColor( '#ddddff' );
addBoxes(
'SAT', 4, 0, 4, 1,
'SAT', 4, 0, 4, 2,
Expand Down 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( '#ddddff' );
setColor( '#ffdddd' );
addBoxes(
'123', 4, 1, 5, 1,
'234', 4, 2, 5, 2,
Expand Down

0 comments on commit 2497598

Please sign in to comment.