Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 01adecd

Browse files
fix: body bg color (#244)
1 parent 3dbeffe commit 01adecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/app/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
@tailwind utilities;
66

77
body {
8+
background-color: #0a0a10;
89
background-image: linear-gradient(to right, #0a0a10, #0e0e18);
910
}

0 commit comments

Comments
 (0)