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