diff --git a/app/globals.css b/app/globals.css index 753a5fc..b22f97b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -33,7 +33,7 @@ body { } h1 { - @apply mb-4 mt-4 text-2xl font-bold text-gray-500 sm:text-4xl dark:text-white; + @apply mb-4 mt-4 text-2xl font-bold text-gray-900 sm:text-4xl dark:text-white; } h2 { diff --git a/app/home/page.tsx b/app/home/page.tsx index 9379961..c4be139 100644 --- a/app/home/page.tsx +++ b/app/home/page.tsx @@ -40,7 +40,7 @@ const HomePage = () => {