瀏覽代碼

Fix #2101: Improve contrast of text in control box

Kim Alvefur 5 年之前
父節點
當前提交
1062fbdd6b
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      CHANGES.md
  2. 2 0
      sass/_variables.scss

+ 1 - 0
CHANGES.md

@@ -25,6 +25,7 @@ Soon we'll deprecate the latter, so prepare now.
 - #2002: fix rendering of `muc_roomid_policy_hint`
 - #2006: fix rendering of emojis in case `use_system_emojis == false`
 - #2028: Implement XEP-0333 `displayed` chat marker
+- #2101: Improve contrast of text in control box
 - The API method `api.settings.update` has been deprecated in favor of `api.settings.extend`.
 - Filter roster contacts via all available information (JID, nickname and VCard full name).
 - Allow ignoring of bootstrap modules at build using environment variable. For xample: `export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist`

+ 2 - 0
sass/_variables.scss

@@ -203,6 +203,8 @@ $mobile_portrait_length: 480px !default;
     --chat-correcting-color: #FFFFC0;
     --chat-head-text-color: #AAA;
 
+    --controlbox-text-color: #DDD;
+
     --chat-info-color: var(--subdued-color);
 
     --chatbox-border-radius: 0px;