From 909e680ccea28959204072c07a9e535f1102d7f5 Mon Sep 17 00:00:00 2001 From: KasperRT Date: Tue, 28 Oct 2014 15:20:23 +0100 Subject: [PATCH] Updated mobile background --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 8d352314..6972e538 100755 --- a/static/style.css +++ b/static/style.css @@ -92,7 +92,7 @@ input[type="radio"]{display: none;} @media (max-width: 1000px) { - body{background-color: #fff;} + body{background-color: #2F2F2F;} .bgimage{display: none;} #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;} .playlist{width: 100%;} @@ -117,4 +117,4 @@ input[type="radio"]{display: none;} padding-top: 0; } .footer{font-size: 40px; margin-top: 150px;} -} \ No newline at end of file +}