diff --git a/Website/src/components/Markdown/StyledMarkdown.tsx b/Website/src/components/Markdown/StyledMarkdown.tsx index a989c8f5..1f8b2923 100644 --- a/Website/src/components/Markdown/StyledMarkdown.tsx +++ b/Website/src/components/Markdown/StyledMarkdown.tsx @@ -74,7 +74,6 @@ export const StyledMarkdown = styled("article")(() => { borderStyle: "none", maxWidth: "100%", boxSizing: "content-box", - backgroundColor: "#ffffff", '&[align="right"]': { paddingLeft: "20px" }, '&[align="left"]': { paddingRight: "20px" }, },