misc: Replace "night mode" with "dark theme" in comments.

This commit is contained in:
Sahil Batra
2021-11-26 13:02:40 +05:30
committed by Tim Abbott
parent 994ab8115e
commit 88e21d0387
7 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ function select_div(div, selection) {
// exclusively here because when copying the content
// into, say, Gmail compose box, the styles come along.
// This is done to avoid copying the content with dark
// background when using the app in night mode.
// background when using the app in dark theme.
// We can avoid other custom styles since they are wrapped
// inside another parent such as `.message_content`.
color: "#333",