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.
This commit is contained in:
Vaibhav 2019-03-22 00:07:45 +05:30 committed by Tim Abbott
parent 10651d74c1
commit 46b2d9d328
1 changed files with 1 additions and 0 deletions

View File

@ -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);