# HG changeset patch # User Oleksandr Gavenko # Date 1411587335 -10800 # Node ID 5b772474bf17b100fb85126326e0ef05b7a97a15 # Parent 69e0ef5b24f48c0b9701a23e497187d6925ab213 Fix color to satisfy schema. diff -r 69e0ef5b24f4 -r 5b772474bf17 2048.html --- a/2048.html Wed Sep 24 22:31:23 2014 +0300 +++ b/2048.html Wed Sep 24 22:35:35 2014 +0300 @@ -95,7 +95,7 @@ padding: 2px; } table.report-by-maxval > tr > td:nth-child(3) { - background-color: yellow; + background-color: gold; } table.report-by-maxval > tr > td:nth-child(5), table.report-by-maxval > tr > td:nth-child(8),