Skip to content

Commit 2ef6320

Browse files
✨ Update text color for improved visual consistency in early adopter and welcome sections
1 parent 793a8b9 commit 2ef6320

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/early-adopter.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ class="dark:text-white"
14981498
Simon & Marcel
14991499
</span>
15001500
<br />
1501-
<span class="text-[#636EC9]">Creators of NativePHP</span>
1501+
<span class="text-indigo-400">Creators of NativePHP</span>
15021502
</p>
15031503
</article>
15041504
</section>

resources/views/welcome.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ class="pt-3 text-xl font-medium capitalize opacity-0"
10231023
})
10241024
}
10251025
"
1026-
class="pt-2 leading-relaxed text-gray-500 opacity-0"
1026+
class="pt-2 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
10271027
>
10281028
Pociot demonstrates how "NativePHP" streamlines development
10291029
processes, allowing developers to build desktop applications
@@ -1235,7 +1235,7 @@ class="text-[#e8e4f8] dark:text-[#31416e]/30"
12351235
</svg>
12361236
</div>
12371237
<div
1238-
class="text-center font-light text-black/70 md:max-w-xs md:text-left md:text-lg dark:text-gray-500"
1238+
class="text-center font-light opacity-50 md:max-w-xs md:text-left md:text-lg"
12391239
>
12401240
Become a sponsor and get your logo on our README on GitHub
12411241
with a link to your site.

0 commit comments

Comments
 (0)