fix pre text style (#2545)

This commit is contained in:
tlaloc911
2024-08-23 13:15:57 -06:00
committed by GitHub
parent 8f58235e17
commit dc21206fc0

View File

@@ -69,6 +69,7 @@ const StyledMarkdownBodyWrapper = styled.div`
pre {
background: ${(props) => props.theme.sidebar.bg};
color: ${(props) => props.theme.text};
}
table {