From de4b91470623f3f810f623214f41ed57816e96a5 Mon Sep 17 00:00:00 2001 From: Cynthia Rich Date: Sat, 8 Jul 2017 10:50:22 -0400 Subject: [PATCH] change stats display color to yellow --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 05fc489..96d0b73 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ #menu p { margin: 0.5em 0; text-align: center; } #menu p a { text-decoration: none; color: black; } #upcoming { display: block; margin: 0 auto; background-color: #E0E0E0; } - #score { color: green; font-weight: bold; vertical-align: middle; } + #score { color: yellow; font-weight: bold; vertical-align: middle; } #rows { color: blue; font-weight: bold; vertical-align: middle; } #stats { position: absolute; bottom: 0em; right: 1em; } @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 @@ }else{ play(); handled = true; - } + } } if (handled) ev.preventDefault(); // prevent arrow keys from scrolling the page (supported in IE9+ and all other browsers)