Skip to content

Commit 2d130d9

Browse files
committed
changed highlight to white instead of yellow
1 parent 5d3ac2a commit 2d130d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ SudokuSolver.prototype = {
318318

319319
if (highlight) {
320320
cell.className = ""; // removes 'smooth' and disbles the transition temporarily
321-
cell.style.backgroundColor = "yellow";
321+
cell.style.backgroundColor = "#fff";
322322
cell.offsetHeight;
323323
}
324324

0 commit comments

Comments
 (0)