From 46b2d9d328bce40254ba7cf0724cb300ca5b56bb Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 22 Mar 2019 00:07:45 +0530 Subject: [PATCH] markdown_docs: Fix styling for in-app docs for inline code. This adds a selector `#message-formatting` which is basically the modal id to apply night mode style to inline code in the modal. --- 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 723f338b5d..fb7e1ea3c7 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -517,6 +517,7 @@ on a dark background, and don't change the dark labels dark either. */ .message_edit_content code, .preview_content code, #settings_page code, + #message-formatting code, .typeahead.dropdown-menu { background-color: hsl(212, 25%, 15%); border-color: hsla(0, 0%, 0%, 0.5);