Skip to content

Commit e006b9e

Browse files
authored
Changed background color (#109)
1 parent dc63143 commit e006b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.app {
22
font-family: "Mulish", sans-serif;
33
min-height: 50rem;
4-
background: #eef0f1;
4+
background: rgb(255, 242, 195);
55
padding-bottom: 200px;
66
}
77

0 commit comments

Comments
 (0)