From: rsiddharth Date: Wed, 2 Oct 2013 13:59:49 +0000 (+0530) Subject: lightened the background color of the footer. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ada433bf9735a72b4e7d124500a689b0e77f13fe;p=libreplanet-static.git lightened the background color of the footer. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index a4aa0382..e9e11090 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -166,8 +166,8 @@ body { #footer { height: auto; - background-color: #eeeeee; - border-top: 2px solid #eeeeee; + background-color: #efefef; + border-top: 2px solid #efefef; margin-top: 1.5em; }