mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 06:21:57 +02: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…
x
Reference in New Issue
Block a user