chore(fs.dev): Tweaks to dark theme
This commit is contained in:
parent
d1f53b78b6
commit
ea46bc019d
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ const MdxWrapper = ({mdx, components={}}) => {
|
|||
const MdxContent = mdxModule ? mdxModule.default : Fragment
|
||||
|
||||
return (
|
||||
<div className="prose lg:prose-xl prose-pre:bg-primary">
|
||||
<div className="prose lg:prose-xl prose-pre:bg-primary text-primary">
|
||||
<MdxContent components={allComponents}/>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue