diff --git a/static/styles/rendered_markdown.scss b/static/styles/rendered_markdown.scss index ca88d397a3..88b6171bcb 100644 --- a/static/styles/rendered_markdown.scss +++ b/static/styles/rendered_markdown.scss @@ -514,6 +514,8 @@ code { font-size: 0.857em; unicode-bidi: embed; direction: ltr; + color: hsl(0, 0%, 0%); + white-space: pre; } .rendered_markdown code {