Skip to content

Commit e9f0855

Browse files
authored
fix: update text color for better contrast in header (#478)
1 parent 0f961a9 commit e9f0855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ function Header() {
1919
<div className="w-full xl:container flex justify-center text-white dark:text-gray-800">
2020
<div className="w-full max-w-4xl text-center flex flex-col items-center px-4">
2121
<h1 className="hero__title font-bold text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl 2xl:text-7xl mb-6 sm:mb-8 lg:mb-12 leading-tight sm:leading-tight md:leading-tight lg:leading-tight xl:leading-tight 2xl:leading-tight">
22-
<span className="inline-block text-white dark:text-black">
22+
<span className="inline-block text-white dark:text-gray-800">
2323
Schema-First Full‑Stack Toolkit
2424
</span>
2525
<br className="hidden sm:block" />
2626
<span className="sm:hidden"> </span>
27-
<span className="inline-block mt-2 sm:mt-0 text-black dark:text-white font-extrabold">
27+
<span className="inline-block mt-2 sm:mt-0 text-gray-800 dark:text-white font-extrabold">
2828
with Clean & Scalable Authorization
2929
</span>
3030
</h1>

0 commit comments

Comments
 (0)