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() {
+
Sorry, we couldn’t find the page you’re looking for.
({+
{description}
+
{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',