From c571069b2f56935855b10dbdf54c46d1206cbef0 Mon Sep 17 00:00:00 2001 From: e7d Date: Mon, 12 Sep 2016 09:03:55 +0200 Subject: [PATCH] updated style for transparent background --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 24e08c9..53fa7ad 100644 --- a/css/main.css +++ b/css/main.css @@ -1,5 +1,5 @@ body { - background: darkgrey; + background: transparent; overflow: hidden; } .gamepad {