ソースを参照

chat remove transparency from chat bubble in dark mode (#24921)

tags/1.9.0
znn 1ヶ月前
コミット
a0c7713494
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      web/themes/manual-dark.css

+ 2
- 2
web/themes/manual-dark.css ファイルの表示

@@ -3,8 +3,8 @@ html[data-theme="dark"] {
rgba(34, 34, 37, 0.9) 0%,
rgba(29, 29, 32, 0.9) 90.48%);
--color-chat-bubble-bg: linear-gradient(180deg,
rgba(200, 206, 218, 0.08) 0%,
rgba(200, 206, 218, 0.02) 100%);
rgb(42, 43, 48) 0%,
rgb(37, 38, 42) 100%);
--color-chat-input-mask: linear-gradient(180deg,
rgba(24, 24, 27, 0.04) 0%,
rgba(24, 24, 27, 0.60) 100%);

読み込み中…
キャンセル
保存