File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ export default function HomePage() {
1717 < div className = "link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all" >
1818 < Link
1919 href = "/docs/install/getting-started"
20- className = "block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
20+ className = "block text-lg font-medium text-gray-900 dark:text-zinc-300 hover:text-gray-600 dark:hover:text-zinc-400"
2121 >
2222 < div className = "flex items-center justify-center" >
2323 < RocketIcon className = "size-12 md:size-24" aria-hidden = "true" />
2424 </ div >
2525
26- < h3 className = "mt-5 text-gray-900 dark:text-zinc-50 font-medium" >
26+ < h3 className = "mt-5 text-gray-900 dark:text-zinc-600 font-medium" >
2727 Quickstart
2828 </ h3 >
2929 < p className = "mt-2 text-sm text-gray-500 dark:text-zinc-500" >
@@ -36,13 +36,13 @@ export default function HomePage() {
3636 < div className = "link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all" >
3737 < Link
3838 href = "/api-reference"
39- className = "block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
39+ className = "block text-lg font-medium text-gray-900 dark:text-zinc-300 hover:text-gray-600 dark:hover:text-zinc-400"
4040 >
4141 < div className = "flex items-center justify-center" >
4242 < TerminalIcon className = "size-12 md:size-24" aria-hidden = "true" />
4343 </ div >
4444
45- < h3 className = "mt-5 text-gray-900 dark:text-zinc-50 font-medium" >
45+ < h3 className = "mt-5 text-gray-900 dark:text-zinc-600 font-medium" >
4646 API Reference
4747 </ h3 >
4848 < p className = "mt-2 text-sm text-gray-500 dark:text-zinc-500" >
You can’t perform that action at this time.
0 commit comments