diff --git a/src/app/(docs)/brand/layout.tsx b/src/app/(docs)/brand/layout.tsx index d84c1e4c79..6ca0f9cf0f 100644 --- a/src/app/(docs)/brand/layout.tsx +++ b/src/app/(docs)/brand/layout.tsx @@ -33,10 +33,10 @@ export default async function DocPage({ children }: { children: React.ReactNode
-

+

{post.title}

-

+

{post.description}

diff --git a/src/app/(docs)/docs/[slug]/page.tsx b/src/app/(docs)/docs/[slug]/page.tsx index 51dd45df3e..548937f11f 100644 --- a/src/app/(docs)/docs/[slug]/page.tsx +++ b/src/app/(docs)/docs/[slug]/page.tsx @@ -72,16 +72,16 @@ export default async function DocPage(props: Props) {
{sectionAndTitle ? (

{sectionAndTitle.section}

) : null} -

+

{post.title}

-

+

{post.description}

diff --git a/src/app/(docs)/docs/installation/(tabs)/layout.tsx b/src/app/(docs)/docs/installation/(tabs)/layout.tsx index 53fbc0444e..e736fe9313 100644 --- a/src/app/(docs)/docs/installation/(tabs)/layout.tsx +++ b/src/app/(docs)/docs/installation/(tabs)/layout.tsx @@ -99,18 +99,18 @@ export default function Page({ children }: { children: React.ReactNode }) {

Installation

-

+

Get started with Tailwind CSS

-

+

Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.

-

+

It's fast, flexible, and reliable — with zero-runtime.

@@ -119,7 +119,7 @@ export default function Page({ children }: { children: React.ReactNode }) {

Installation

diff --git a/src/app/(docs)/docs/installation/(tabs)/using-postcss/page.tsx b/src/app/(docs)/docs/installation/(tabs)/using-postcss/page.tsx index 1b329c77b4..5b7b729f60 100644 --- a/src/app/(docs)/docs/installation/(tabs)/using-postcss/page.tsx +++ b/src/app/(docs)/docs/installation/(tabs)/using-postcss/page.tsx @@ -132,7 +132,7 @@ export default function Page() {
- Are you stuck? Setting up Tailwind + Are you stuck? Setting up Tailwind with PostCSS can be a bit different across different build tools. Check our framework guides to see if we have more specific instructions for your particular setup. diff --git a/src/app/(docs)/docs/installation/(tabs)/using-vite/page.tsx b/src/app/(docs)/docs/installation/(tabs)/using-vite/page.tsx index 5b86fcf7fc..7b2ce473cc 100644 --- a/src/app/(docs)/docs/installation/(tabs)/using-vite/page.tsx +++ b/src/app/(docs)/docs/installation/(tabs)/using-vite/page.tsx @@ -152,7 +152,7 @@ export default function Page() {
- Are you stuck? Setting up Tailwind + Are you stuck? Setting up Tailwind with Vite can be a bit different across different build tools. Check our framework guides to see if we have more specific instructions for your particular setup. diff --git a/src/app/(docs)/docs/installation/framework-guides/[...slug]/page.tsx b/src/app/(docs)/docs/installation/framework-guides/[...slug]/page.tsx index 59ad5ca06d..a9ead90f02 100644 --- a/src/app/(docs)/docs/installation/framework-guides/[...slug]/page.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/[...slug]/page.tsx @@ -76,23 +76,23 @@ export default async function Page({ params }: Props) {

Installation

-

+

{page.title}

-

+

{page.description}

{page.notice ? ( -
+
-
+
{page.notice}
diff --git a/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx b/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx index e3e0db85dc..bc14b7fe02 100644 --- a/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx @@ -145,7 +145,7 @@ export let steps: Step[] = [ @reference "tailwindcss"; :global(html) { - background-color: theme(--color-gray-100); + background-color: theme(--color-neutral-100); } `, diff --git a/src/app/(docs)/layout.tsx b/src/app/(docs)/layout.tsx index 63356a7745..3d9836ef5b 100644 --- a/src/app/(docs)/layout.tsx +++ b/src/app/(docs)/layout.tsx @@ -12,7 +12,7 @@ export default async function Layout({ }: React.PropsWithChildren<{ breadcrumb: React.ReactNode }>) { return (
-
+
} breadcrumb={breadcrumb}> @@ -31,19 +31,19 @@ export default async function Layout({
{/* Candy cane */} -
+
{/* Main content area */}
{children}
{/* Candy cane */} -
+
-
+
-
+
diff --git a/src/app/(docs)/not-found.tsx b/src/app/(docs)/not-found.tsx index 69a6902077..0fc6b0f6b7 100644 --- a/src/app/(docs)/not-found.tsx +++ b/src/app/(docs)/not-found.tsx @@ -2,10 +2,10 @@ export default function NotFoundPage() { return (
-

+

404

-

This page could not be found.

+

This page could not be found.

); diff --git a/src/app/api/og/route.tsx b/src/app/api/og/route.tsx index 0e0e539090..5b3e3f9e86 100644 --- a/src/app/api/og/route.tsx +++ b/src/app/api/og/route.tsx @@ -72,10 +72,10 @@ export async function GET(req: NextRequest) { }} >
-
+
{section && (
{description && (