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 +}