diff --git a/packages/website/src/pages/docs/[...slug].tsx b/packages/website/src/pages/docs/[...slug].tsx index 52d2fea72..9433fe0ee 100644 --- a/packages/website/src/pages/docs/[...slug].tsx +++ b/packages/website/src/pages/docs/[...slug].tsx @@ -234,7 +234,21 @@ export default function Slug(props: Partial ) : props.data?.source ? ( - + ({ + a: { + backgroundColor: 'transparent', + color: theme.colors.blurple![0], + textDecoration: 'none', + }, + img: { + borderStyle: 'none', + maxWidth: '100%', + boxSizing: 'content-box', + }, + })} + px="xl" + > ) : null}