diff --git a/src/web/src/components/Posts/Post.tsx b/src/web/src/components/Posts/Post.tsx index 900f5f4990..1e97a3fd2e 100644 --- a/src/web/src/components/Posts/Post.tsx +++ b/src/web/src/components/Posts/Post.tsx @@ -163,8 +163,7 @@ const useStyles = makeStyles((theme: Theme) => overflow: 'auto', padding: '1em', color: theme.palette.text.primary, - // backgroundColor: theme.palette.background.default, - backgroundColor: 'lightblue', + backgroundColor: theme.palette.background.default, width: '95%', '& a': { color: theme.palette.action.active,