diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index d096f2719..a3189ed2b 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -10,7 +10,7 @@ export default function NotFound() {

Page not found

-

+

Sorry, we couldn’t find the page you’re looking for.

({ {selectedVersion.name} - + {/* Versions */} {versions.length > 0 && versions.map((version, count) => ( diff --git a/src/components/mdx/LinkCards.tsx b/src/components/mdx/LinkCards.tsx index 751d2ddb8..8e43e1b3f 100644 --- a/src/components/mdx/LinkCards.tsx +++ b/src/components/mdx/LinkCards.tsx @@ -36,7 +36,7 @@ export function LinkCard({

{title}

-

+

{description}

diff --git a/src/components/mdx/ProductCards.tsx b/src/components/mdx/ProductCards.tsx index 7d81b3b6e..ac298fb5e 100644 --- a/src/components/mdx/ProductCards.tsx +++ b/src/components/mdx/ProductCards.tsx @@ -37,7 +37,7 @@ export function ProductCard({ -

+

{description}

diff --git a/src/components/mdx/QuickLinks.tsx b/src/components/mdx/QuickLinks.tsx index 89026d4cc..6e95bbdea 100644 --- a/src/components/mdx/QuickLinks.tsx +++ b/src/components/mdx/QuickLinks.tsx @@ -35,7 +35,7 @@ export function QuickLink({ {title} -

+

{description}

diff --git a/src/components/mdx/TierCallout.tsx b/src/components/mdx/TierCallout.tsx index d5fe1b411..75fa62009 100644 --- a/src/components/mdx/TierCallout.tsx +++ b/src/components/mdx/TierCallout.tsx @@ -5,7 +5,7 @@ import { Users, Flag } from 'lucide-react'; const styles = { container: 'border-slate-300 border-[#eaeaea] dark:border-[#333333]', icon: 'text-inherit', - body: 'text-[#334155] dark:text-dark-text-secondary' + body: 'text-[#334155] dark:text-dark-paragraph-text' }; export function TierCallout({ diff --git a/tailwind.config.ts b/tailwind.config.ts index 4c5cb7a8b..8f4780d30 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -84,6 +84,7 @@ export default { 'light-text-muted': '#060000', // Vermilion-07 'dark-text-primary': '#FFF3F0', // Vermilion-11 'dark-text-secondary': '#A9A9A9', + 'dark-paragraph-text': '#FFF3F0', 'sggray': { 100: '#F5F7FB', 200: '#DBE2F0',