AMAP fixed dark mode markdown
This commit is contained in:
@@ -296,7 +296,10 @@ export default function CommunityPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Markdown className="prose" remarkPlugins={[remarkGfm]}>
|
<Markdown
|
||||||
|
className="prose *:text-white text-white"
|
||||||
|
remarkPlugins={[remarkGfm]}
|
||||||
|
>
|
||||||
{post.content}
|
{post.content}
|
||||||
</Markdown>
|
</Markdown>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -221,7 +221,10 @@ const PostPage: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Markdown className="prose" remarkPlugins={[remarkGfm]}>
|
<Markdown
|
||||||
|
className="prose *:text-white text-white"
|
||||||
|
remarkPlugins={[remarkGfm]}
|
||||||
|
>
|
||||||
{post.content}
|
{post.content}
|
||||||
</Markdown>
|
</Markdown>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user