Skip to content

Commit da42958

Browse files
committed
feat: add background color to body in global styles
- Applied a black background color to the body element in the global CSS file to enhance the visual design of the landing page. Signed-off-by: Innei <tukon479@gmail.com>
1 parent c1dc142 commit da42958

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/landing/src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,3 +296,7 @@ html *::-webkit-scrollbar-thumb:active {
296296
html *::-webkit-scrollbar-corner {
297297
background: var(--color-background-secondary);
298298
}
299+
300+
html body {
301+
@apply bg-black;
302+
}

0 commit comments

Comments
 (0)