Skip to content

Commit

Permalink
Fix for browsiers that doesn't support WebP
Browse files Browse the repository at this point in the history
  • Loading branch information
MEDVEDx64 committed Aug 16, 2017
1 parent 003e3c2 commit 16aab18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion storage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ body
margin-left: 0;
margin-right: 0;

background: url("back.webp") no-repeat center center fixed;
background: url("back.webp") no-repeat center center fixed;
background-color: #6b7594;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down

0 comments on commit 16aab18

Please sign in to comment.