Skip to content

Commit 442481c

Browse files
committed
feat: global background color
1 parent a1b8350 commit 442481c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
html,
2+
body {
3+
background-color: #f9fafb;
4+
}

0 commit comments

Comments
 (0)