Skip to content

Commit

Permalink
make background color black
Browse files Browse the repository at this point in the history
  • Loading branch information
fabslab committed Mar 8, 2014
1 parent 25a3512 commit cda0ada
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
font-family: 'helvetica neue', helvetica, arial, sans-serif;
color: rgb(44, 44, 44);
margin: 0;
background-color: #e0e0e0;
background-color: #000;
background-image: url(../images/no-broadcast-album.jpg);
background-position: center top;
background-repeat: no-repeat;
Expand Down Expand Up @@ -218,16 +218,16 @@ a {

#play {
margin-bottom: -15px;
margin-left: 25px;
margin-right: 20px;
margin-left: 30px;
margin-right: 25px;
width: 90px;
height: 80px;
background-position: -86px -1px;
}

#play.sprite-pause {
margin-left: 27px;
margin-right: 25px;
margin-left: 32px;
margin-right: 30px;
margin-bottom: -17px;
opacity: 0.85;
transition: opacity 0.2s;
Expand Down

0 comments on commit cda0ada

Please sign in to comment.