From 9d5627be5f48b717fc66be03a82f6a7c4000087c Mon Sep 17 00:00:00 2001
From: Chase Manning <chase@manning.dev>
Date: Mon, 16 Oct 2023 19:25:18 +0100
Subject: [PATCH] :wrench: remove test background

---
 src/components/GameboyMenu.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/GameboyMenu.tsx b/src/components/GameboyMenu.tsx
index ad9f139..594691f 100644
--- a/src/components/GameboyMenu.tsx
+++ b/src/components/GameboyMenu.tsx
@@ -18,7 +18,6 @@ const StyledGameboyMenu = styled.div`
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
-  background: green;
 `;
 
 const colorAnimation = keyframes`