From b8100570e30979aa384c6e3fd48d42cc20d0c77b Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Fri, 21 Feb 2025 01:39:58 +0800 Subject: [PATCH] feat(problem-description): import mdx.css for enhanced styling --- src/components/problem-description.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/problem-description.tsx b/src/components/problem-description.tsx index 5b985d5..60691fe 100644 --- a/src/components/problem-description.tsx +++ b/src/components/problem-description.tsx @@ -1,5 +1,6 @@ "use client"; +import "@/style/mdx.css"; import remarkGfm from "remark-gfm"; import { useTheme } from "next-themes"; import rehypePretty from "rehype-pretty-code";