From 13a0b5a2e7b5f319e905a256f6692e15c380a5a5 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 20 Nov 2013 21:52:54 +0100 Subject: [PATCH] Make the shadow under a terminal on the homepage a bit softer --- app/assets/stylesheets/home.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/home.sass b/app/assets/stylesheets/home.sass index c6b0c72..45bf5ae 100644 --- a/app/assets/stylesheets/home.sass +++ b/app/assets/stylesheets/home.sass @@ -9,7 +9,7 @@ .player-wrapper max-height: 300px overflow: hidden - box-shadow: 0 0 16px 5px #888 + box-shadow: 0 0 16px 5px rgba(255, 255, 255, 0.3) .player border: 8px solid black