Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-25 23:23:54 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-29 15:24:51 +0300
commitd47a76d072a625c19ece1afb1ae38daeb35d1bb2 (patch)
tree22f37a3a24a3aeefbf79b3aaa89c3a07931fde69 /src/assets
parent5d57fb85b1c238ff8373f0aa0dd76fb8ee9622c8 (diff)
Make background of call screen #444444
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/variables.scss b/src/assets/variables.scss
index ca33b524b..31d4c275d 100644
--- a/src/assets/variables.scss
+++ b/src/assets/variables.scss
@@ -70,6 +70,7 @@ $message-form-max-height: 180px;
$top-bar-height: 60px;
+$color-call-background: #444444;
$color-guests-avatar: #ffffff;
$color-background-guests-avatar: #b9b9b9;