Fix typography on dark mode in About page
This commit is contained in:
parent
c2cedaf02c
commit
2d5c97ce3b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const AboutPage: React.FC = () => {
|
|||
);
|
||||
|
||||
return (
|
||||
<div className='prose mx-auto py-20'>
|
||||
<div className='prose dark:prose-invert mx-auto py-20'>
|
||||
<div dangerouslySetInnerHTML={{ __html: pageHtml }} />
|
||||
|
||||
{alsoAvailable}
|
||||
|
|
Loading…
Reference in a new issue