diff --git a/app/globals.css b/app/globals.css index f00fd7ce..43aa96e8 100644 --- a/app/globals.css +++ b/app/globals.css @@ -5,13 +5,13 @@ @layer base { :root { --background: 0 0% 100%; - --foreground: 0 0% 3.9%; + --foreground: 0 0% 15%; --card: 0 0% 100%; - --card-foreground: 0 0% 3.9%; + --card-foreground: 0 0% 15%; --popover: 0 0% 100%; - --popover-foreground: 0 0% 3.9%; + --popover-foreground: 0 0% 15%; --primary: 0 0% 9%; --primary-foreground: 0 0% 98%; @@ -30,7 +30,7 @@ --border: 0 0% 89.8%; --input: 0 0% 89.8%; - --ring: 0 0% 3.9%; + --ring: 0 0% 15%; --radius: 0.5rem; }