From 549a2c4efd4be1beee190bd54ac763328766de96 Mon Sep 17 00:00:00 2001
From: adrienmalin <41926238+adrienmalin@users.noreply.github.com>
Date: Fri, 25 Jan 2019 09:57:28 +0100
Subject: [PATCH 1/2] Update TETRIS3000.html

---
 web/TETRIS3000.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/TETRIS3000.html b/web/TETRIS3000.html
index ec52df7..cd74406 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;
 		}
 

From 8600318dc772c47b0013ebbf74f49ca244ea9af3 Mon Sep 17 00:00:00 2001
From: adrienmalin <41926238+adrienmalin@users.noreply.github.com>
Date: Fri, 25 Jan 2019 10:00:06 +0100
Subject: [PATCH 2/2] Update TETRIS3000.html

---
 web/TETRIS3000.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/TETRIS3000.html b/web/TETRIS3000.html
index cd74406..685ed9f 100644
--- a/web/TETRIS3000.html
+++ b/web/TETRIS3000.html
@@ -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;