mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
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:
committed by
Tim Abbott
parent
189832deed
commit
d06fd9c357
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user