From 49969d367fb5a3e687f06ab9e4cdd50a4e79fdd6 Mon Sep 17 00:00:00 2001 From: soliton4 Date: Wed, 15 Jul 2015 19:23:58 +0200 Subject: [PATCH] background color --- Player/Player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Player/Player.js b/Player/Player.js index 29a46535..ea5bf74d 100644 --- a/Player/Player.js +++ b/Player/Player.js @@ -257,7 +257,7 @@ p.decode(); obj.canvas = document.createElement('canvas'); obj.canvas.width = width; obj.canvas.height = height; - obj.canvas.style.backgroundColor = "#333333"; + obj.canvas.style.backgroundColor = "#0D0E1B"; return obj;