diff --git a/src/app/(docs)/brand/layout.tsx b/src/app/(docs)/brand/layout.tsx index d84c1e4c7..6ca0f9cf0 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 51dd45df3..548937f11 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 53fbc0444..e736fe931 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 1b329c77b..5b7b729f6 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 5b86fcf7f..7b2ce473c 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 59ad5ca06..a9ead90f0 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 e3e0db85d..bc14b7fe0 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 63356a774..3d9836ef5 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 69a690207..0fc6b0f6b 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 0e0e53909..5b3e3f9e8 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 && (