dark-mode: Make settings page code blocks compatible.

This makes the code blocks compatible by changing the background to be darker and the text color to be base (white).
This commit is contained in:
Brock Whittaker
2018-01-24 12:36:52 -08:00
committed by Tim Abbott
parent 189832deed
commit d06fd9c357

View File

@@ -332,6 +332,7 @@ body.dark-mode .top-messages-logo svg circle {
body.dark-mode #unmute_muted_topic_notification,
body.dark-mode .message_content code,
body.dark-mode .message_edit_content code,
body.dark-mode #settings_page code,
body.dark-mode .typeahead.dropdown-menu {
background-color: hsl(212, 25%, 15%);
border-color: hsla(0, 0%, 0%, 0.5);