File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ class="text-3xl font-semibold opacity-0"
244244 })
245245 }
246246 "
247- class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0"
247+ class =" mx-auto max-w-xl pt-2 text-base/relaxed text-gray-600 opacity-0 dark:text-gray-400 "
248248 >
249249 Get your app up and running in minutes.
250250 </p >
@@ -452,7 +452,9 @@ class="font-medium opacity-0"
452452 Step 1
453453 </h3 >
454454 {{-- Step description --}}
455- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
455+ <p
456+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
457+ >
456458 Buy a license.
457459 </p >
458460 {{-- Box --}}
@@ -507,7 +509,9 @@ class="font-medium opacity-0"
507509 Step 2
508510 </h3 >
509511 {{-- Step description --}}
510- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
512+ <p
513+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
514+ >
511515 Install the private Composer package.
512516 </p >
513517 {{-- Box --}}
@@ -578,7 +582,9 @@ class="font-medium opacity-0"
578582 Step 3
579583 </h3 >
580584 {{-- Step description --}}
581- <p class =" pt-0.5 text-sm text-gray-500 opacity-0" >
585+ <p
586+ class =" pt-0.5 text-sm text-gray-500 opacity-0 dark:text-gray-400"
587+ >
582588 Start your app.
583589 </p >
584590 {{-- Box --}}
You can’t perform that action at this time.
0 commit comments