From 847980db200d9c44cf07216d0019ec4696bdc97a Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Sat, 6 Jul 2024 22:04:16 +0200 Subject: [PATCH] fix images have white bg in markdown --- Website/src/components/Markdown/StyledMarkdown.tsx | 1 - 1 file changed, 1 deletion(-) 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" }, },