Skip to content

Commit 4fcecb1

Browse files
committed
feat: add background and color to body
1 parent db4f044 commit 4fcecb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
}
6767
}
6868

69+
body {
70+
color: var(--foreground);
71+
background: var(--background);
72+
}
73+
6974
@layer base {
7075
* {
7176
@apply border-border;

0 commit comments

Comments
 (0)