From e3e1583577e7cfbd9e7a4c16ac73e3961b212706 Mon Sep 17 00:00:00 2001 From: olzzon Date: Mon, 6 May 2019 12:20:48 +0200 Subject: [PATCH] Fix: Background on the whole mixer should be black --- src/assets/css/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/css/App.css b/src/assets/css/App.css index 3d103187..5846629f 100644 --- a/src/assets/css/App.css +++ b/src/assets/css/App.css @@ -3,6 +3,7 @@ body { margin: 0; padding: 0; font-family: sans-serif; + background-color: black; } .App {