File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ function Header() {
19
19
< div className = "w-full xl:container flex justify-center text-white dark:text-gray-800" >
20
20
< div className = "w-full max-w-4xl text-center flex flex-col items-center px-4" >
21
21
< 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 " >
23
23
Schema-First Full‑Stack Toolkit
24
24
</ span >
25
25
< br className = "hidden sm:block" />
26
26
< 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" >
28
28
with Clean & Scalable Authorization
29
29
</ span >
30
30
</ h1 >
You can’t perform that action at this time.
0 commit comments