Skip to content

Commit f957913

Browse files
committed
fix background
1 parent 4e91aff commit f957913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

91-chat interface/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ body {
1111
align-items: center;
1212
justify-content: center;
1313
min-height: 100vh;
14-
background: url("https://images.unsplash.com/photo-1533134486753-c833f0ed4866?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80")
15-
center center / cover;
14+
background-color: #000000;
15+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23434343' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
1616
text-align: center;
1717
}
1818

0 commit comments

Comments
 (0)