Skip to content

Commit 7daa3d4

Browse files
committed
Replace website's background image with solid black color
1 parent f6b1180 commit 7daa3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body {
44
width: 100vw;
55
margin: 0;
66
padding: 0;
7-
background: url("./asset/images/background.jpg") no-repeat;
7+
background-color: #21262d;
88
background-size: cover;
99
}
1010

0 commit comments

Comments
 (0)