mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-16 09:50:17 +01:00
fix pre text style (#2545)
This commit is contained in:
parent
8f58235e17
commit
dc21206fc0
@ -69,6 +69,7 @@ const StyledMarkdownBodyWrapper = styled.div`
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: ${(props) => props.theme.sidebar.bg};
|
background: ${(props) => props.theme.sidebar.bg};
|
||||||
|
color: ${(props) => props.theme.text};
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
Loading…
Reference in New Issue
Block a user