From ac4aa169620dae333fd1005096be36eff2fcf845 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 14 Jan 2019 11:42:46 +0530 Subject: [PATCH] markdown preview: Fix `code` style for preview in night mode. When in night mode, `code` style was still the same as in the light mode; The fix is for the same. Fixes #11269. --- static/styles/night_mode.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/night_mode.scss b/static/styles/night_mode.scss index 6538540bf4..00030092d3 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -484,6 +484,7 @@ on a dark background, and don't change the dark labels dark either. */ #feedback_container, .message_content code, .message_edit_content code, + #preview_content code, #settings_page code, .typeahead.dropdown-menu { background-color: hsl(212, 25%, 15%);