Skip to content

Commit

Permalink
Fix top bg green color
Browse files Browse the repository at this point in the history
  • Loading branch information
westcripp authored Feb 7, 2018
1 parent 909ec4b commit 1142224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ ul#menu-main>li>a:hover {

#headerwrap {
width: 100%;
background: url(../img/top-bg.jpg) #0b333f no-repeat center center fixed;
background: url(../img/top-bg.jpg) #000000 no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down Expand Up @@ -1325,4 +1325,4 @@ footer p {

@media only screen and (min-width: 1224px) {
/* Styles */
}
}

0 comments on commit 1142224

Please sign in to comment.