mirror of https://github.com/zulip/zulip.git
dark-mode: Remove unnecessary CSS and fix dark mode bugs.
This commit is contained in:
parent
be832387c5
commit
64381b6e38
|
@ -227,9 +227,3 @@ body.dark-mode .nav-list > li > a,
|
|||
body.dark-mode .nav-list .nav-header {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
body.dark-mode .message_content code {
|
||||
background-color: hsl(212, 25%, 15%);
|
||||
border-color: hsla(0, 0%, 0%, 0.5);
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue