mirror of https://github.com/zulip/zulip.git
css: Replace "dark mode" with "dark theme" in comments.
This commit is contained in:
parent
dcd6da0351
commit
2feb1443df
|
@ -346,7 +346,7 @@ body.dark-theme {
|
||||||
color: hsla(236, 33%, 90%, 0.5);
|
color: hsla(236, 33%, 90%, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Not that .message_row (below) needs to be more contrast on dark mode */
|
/* Not that .message_row (below) needs to be more contrast on dark theme */
|
||||||
#compose-content,
|
#compose-content,
|
||||||
.message_list .recipient_row,
|
.message_list .recipient_row,
|
||||||
.message_row,
|
.message_row,
|
||||||
|
|
Loading…
Reference in New Issue