Skip to content

Commit

Permalink
fix images have white bg in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 6, 2024
1 parent 8ed2315 commit 847980d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Website/src/components/Markdown/StyledMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
},
Expand Down

0 comments on commit 847980d

Please sign in to comment.