We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52c03c commit d8b6276Copy full SHA for d8b6276
components/StaticPage.tsx
@@ -3,7 +3,7 @@ import { Container } from "@/components/Container";
3
export const StaticPage = ({ children }: { children: React.ReactNode }) => {
4
return (
5
<article
6
- className="prose mx-auto mb-24 mt-14 max-w-none"
+ className="prose mx-auto mb-24 mt-14 max-w-none dark:prose-invert"
7
style={{ contain: "none" }}
8
>
9
<Container>{children}</Container>
0 commit comments