diff --git a/web/TETRIS3000.html b/web/TETRIS3000.html
index ec52df7..685ed9f 100644
--- a/web/TETRIS3000.html
+++ b/web/TETRIS3000.html
@@ -10,7 +10,7 @@
border: 0 none;
padding: 0;
text-align: center;
- background-color: #222226;
+ background-color: #000000;
font-family: 'Noto Sans', Arial, sans-serif;
}
@@ -20,7 +20,7 @@
.godot {
color: #e0e0e0;
- background-color: #3b3943;
+ background-color: #000000;
background-image: linear-gradient(to bottom, #403e48, #35333c);
border: 1px solid #45434e;
box-shadow: 0 0 1px 1px #2f2d35;