We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06053f commit 17a12e2Copy full SHA for 17a12e2
src/app/page.tsx
@@ -47,10 +47,10 @@ export default async function Home({
47
className="mb-4"
48
/>
49
</a>
50
- <div className="text-gray-600 mb-4">
+ <div className="text-gray-300 mb-4">
51
<span className="capitalize">{greeting.text}</span>, this is the
52
</div>
53
- <h1 className="text-4xl text-left sm:text-5xl font-bold text-gray-900">
+ <h1 className="text-4xl text-left sm:text-5xl font-bold text-white">
54
Next.js & Checkly starter template
55
</h1>
56
0 commit comments