From 61b42a9813398f2c8ef914d26f8370f9a2a2cb19 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 22 Nov 2013 12:33:43 +0100 Subject: [PATCH] Make the background color of player wrapper on homepage black --- app/assets/stylesheets/home.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/home.sass b/app/assets/stylesheets/home.sass index e384711..0668a3c 100644 --- a/app/assets/stylesheets/home.sass +++ b/app/assets/stylesheets/home.sass @@ -10,6 +10,7 @@ max-height: 400px overflow: hidden box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3) + background-color: black .player border: 8px solid black