Skip to content

Commit def3be8

Browse files
committed
Remove background image and set a color
1 parent 286da72 commit def3be8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ html,body{
77
margin:0;
88
padding:0;
99
font-family: 'Open Sans', sans-serif;
10-
background: #fff url(../images/bg.jpg) center top no-repeat;
11-
background-size: cover;
10+
background-color: #00C9A0;
1211
height: 100%;
1312
width: 100%;
1413
}

0 commit comments

Comments
 (0)