From e61ce2eaa5f5da6f117b17fcd272aeac8fda5db4 Mon Sep 17 00:00:00 2001 From: nukeop Date: Fri, 2 Dec 2016 01:22:57 +0000 Subject: [PATCH] Subtler shadow (CSS) --- smash/static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smash/static/css/custom.css b/smash/static/css/custom.css index 6bc4348..1eb3802 100644 --- a/smash/static/css/custom.css +++ b/smash/static/css/custom.css @@ -32,7 +32,7 @@ html, body { min-height: 30px; background-color: #212121; border: 0px; - box-shadow: 0px 5px 10px 0px #212121; + box-shadow: 0px 2px 10px 0px rgba(33, 33, 33, 0.85); } .navbar-nav > li > a{ @@ -46,7 +46,7 @@ html, body { .footer { background-color: #212121; - box-shadow: 0 -5px 10px 0px #212121; + box-shadow: 0 -2px 10px 0px rgba(33, 33, 33, 0.85); position: absolute; right: 0; bottom: 0;