Skip to content

Commit 667dcee

Browse files
Merge pull request #396 from skylarkrug/main
Changed background color sudoku
2 parents 4cc7e77 + fb5b3e5 commit 667dcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sudoku Solver/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
#container div {
23-
background-color: whitesmoke;
23+
background-color: #e6fffa;
2424
height: 60px;
2525
width: 60px;
2626
box-sizing: border-box;

0 commit comments

Comments
 (0)