css: Replace "dark mode" with "dark theme" in comments.

This commit is contained in:
Sahil Batra 2021-11-26 15:28:51 +05:30 committed by Tim Abbott
parent dcd6da0351
commit 2feb1443df
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ body.dark-theme {
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,
.message_list .recipient_row,
.message_row,