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.
This commit is contained in:
Vaibhav 2019-01-14 11:42:46 +05:30 committed by Tim Abbott
parent aad010fd27
commit ac4aa16962
1 changed files with 1 additions and 0 deletions

View File

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