Skip to content

Commit 17a12e2

Browse files
committed
feat: tweak text color [sc-00]
1 parent f06053f commit 17a12e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export default async function Home({
4747
className="mb-4"
4848
/>
4949
</a>
50-
<div className="text-gray-600 mb-4">
50+
<div className="text-gray-300 mb-4">
5151
<span className="capitalize">{greeting.text}</span>, this is the
5252
</div>
53-
<h1 className="text-4xl text-left sm:text-5xl font-bold text-gray-900">
53+
<h1 className="text-4xl text-left sm:text-5xl font-bold text-white">
5454
Next.js & Checkly starter template
5555
</h1>
5656
</div>

0 commit comments

Comments
 (0)