diff --git a/web/app/components/code-block.tsx b/web/app/components/code-block.tsx index e915e9d6..e31537d6 100644 --- a/web/app/components/code-block.tsx +++ b/web/app/components/code-block.tsx @@ -48,11 +48,21 @@ export async function CodeBlock({ )}
-        {children}
+        
+          {children}
+        
       
); diff --git a/web/app/globals.css b/web/app/globals.css index a10df622..0ecea6bb 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -168,6 +168,7 @@ body { background: none; padding: 0; font-size: 1em; + font-family: inherit; } /* Shiki dual theme */