From a6940926cc3484cceef97c4de46a129453397378 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 25 Aug 2020 17:14:42 +0530 Subject: [PATCH] rendered_markdown: Move 27217fd and 5d0960a to rendered_markdown. Changes to bootstrap.css made by us after these are not relevant: d7f9a21 - Reducing z-index of overlay doesn't make sense. 9b740df - some changes were added. 1143ed7 - changes in above commit were moved to a different file. --- static/styles/rendered_markdown.scss | 2 ++ 1 file changed, 2 insertions(+) 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 {