mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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:
		@@ -517,6 +517,7 @@ on a dark background, and don't change the dark labels dark either. */
 | 
				
			|||||||
    .message_edit_content code,
 | 
					    .message_edit_content code,
 | 
				
			||||||
    .preview_content code,
 | 
					    .preview_content code,
 | 
				
			||||||
    #settings_page code,
 | 
					    #settings_page code,
 | 
				
			||||||
 | 
					    #message-formatting code,
 | 
				
			||||||
    .typeahead.dropdown-menu {
 | 
					    .typeahead.dropdown-menu {
 | 
				
			||||||
        background-color: hsl(212, 25%, 15%);
 | 
					        background-color: hsl(212, 25%, 15%);
 | 
				
			||||||
        border-color: hsla(0, 0%, 0%, 0.5);
 | 
					        border-color: hsla(0, 0%, 0%, 0.5);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user