Skip to content

Commit 5e52844

Browse files
committed
Change theme to light mode
1 parent d09b8dd commit 5e52844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
:root {
5454
--radius: 0.625rem;
55-
--background: #0a0a0a;
56-
--foreground: #ededed;
55+
--foreground: #0a0a0a;
56+
--background: #ededed;
5757
--card: oklch(1 0 0);
5858
--card-foreground: oklch(0.141 0.005 285.823);
5959
--popover: oklch(1 0 0);

0 commit comments

Comments
 (0)