aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/messenger/core/_core_vars.scss
blob: f15c936c0b5e3e009231a0fc28146e289c5173e6 (plain)
1
2
3
4
5
6
7
8
9
10
:root, .__fb-light-mode {
  // Main background; needs to be opaque to hide gradient used for sender card
  --messenger-card-background: $bg_transparent !important;
  // Date
  --placeholder-text: $text !important;
  // Emoji background
  --surface-background: $bg_opaque2 !important;
  --primary-text: $text !important;
  --web-wash: #f0f !important;
}