From ac8754299ca82fc3eba9c89d82aca065d3e579d2 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 30 Aug 2013 15:47:52 -0500 Subject: [PATCH] Make the light theme a bit less blinding --- www/assets/css/ytsync.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/assets/css/ytsync.css b/www/assets/css/ytsync.css index d78a9b99..f47c76b5 100644 --- a/www/assets/css/ytsync.css +++ b/www/assets/css/ytsync.css @@ -2,6 +2,10 @@ html, body { height: 100%; } +body { + background-color: #f5f5f5; +} + .wrapper { min-height: 100%; height: auto !important; @@ -281,7 +285,7 @@ html, body { } #footer { - background-color: #f5f5f5; + background-color: #eeeeee; height: 30px; width: 100%; padding: 0;