Skip to content

Commit 1019b33

Browse files
Cynthia RichCynthia Rich
authored andcommitted
change stats display color to blue
1 parent 44fa091 commit 1019b33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#menu p { margin: 0.5em 0; text-align: center; }
1212
#menu p a { text-decoration: none; color: black; }
1313
#upcoming { display: block; margin: 0 auto; background-color: #E0E0E0; }
14-
#score { color: green; font-weight: bold; vertical-align: middle; }
14+
#score { color: blue; font-weight: bold; vertical-align: middle; }
1515
#rows { color: blue; font-weight: bold; vertical-align: middle; }
1616
#stats { position: absolute; bottom: 0em; right: 1em; }
1717
@media screen and (min-width: 0px) and (min-height: 0px) { #tetris { font-size: 0.75em; width: 250px; } #menu { width: 100px; height: 200px; } #upcoming { width: 50px; height: 50px; } #canvas { width: 100px; height: 200px; } } /* 10px chunks */
@@ -232,7 +232,7 @@
232232
}else{
233233
play();
234234
handled = true;
235-
}
235+
}
236236
}
237237
if (handled)
238238
ev.preventDefault(); // prevent arrow keys from scrolling the page (supported in IE9+ and all other browsers)

0 commit comments

Comments
 (0)