Skip to content

Commit 573adf8

Browse files
use zinc-50 as card / background color
1 parent 5b42c8a commit 573adf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ html {
6868

6969
:root {
7070
--radius: 0.625rem;
71-
--background: oklch(1 0 0);
71+
--background: oklch(0.985 0 0);
7272
--foreground: oklch(0.141 0.005 285.823);
73-
--card: oklch(1 0 0);
73+
--card: oklch(0.985 0 0);
7474
--card-foreground: oklch(0.141 0.005 285.823);
7575
--accent: oklch(0.967 0.001 286.375);
7676
--accent-foreground: oklch(0.21 0.006 285.885);

0 commit comments

Comments
 (0)