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;