File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const BlogPost: React.FC<BlogPostProps> = ({ slug, onBack }) => {
121121 </ p >
122122 ) }
123123
124- < div className = "prose prose-p:text-base prose-lg max-w-none prose-headings:text-lg prose-headings:text-gray-900 prose-p:text-gray-700 prose-a:text-blue-600 prose-strong:text-gray-900 prose-code:text-pink-600 prose-code:bg-gray-100 prose-code:px-1 prose-code:rounded" >
124+ < div className = "prose prose-li:text-base prose- p:text-base prose-lg max-w-none prose-headings:text-lg prose-headings:text-gray-900 prose-p:text-gray-700 prose-a:text-blue-600 prose-strong:text-gray-900 prose-code:text-pink-600 prose-code:bg-gray-100 prose-code:px-1 prose-code:rounded" >
125125 { post . content ? (
126126 < Markdown remarkPlugins = { [ remarkGfm ] } >
127127 { post . content }
You can’t perform that action at this time.
0 commit comments