summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-11-21 17:09:06 +0100
committerJoas Schilling <coding@schilljs.com>2018-11-21 17:09:06 +0100
commitf9a797521223f46a7572eacd592f876512d777cd (patch)
treea97621b14ccf8ed1b2a9c5dc2febd4aa980262d4
parent1d7639bae13d158f39251e22a6b933f7e6772441 (diff)
Fix the name of the variable for the black image
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--css/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index 2d7e62dc1..b47803fa7 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -510,7 +510,7 @@ video {
}
&.icon-menu-people {
- background-image: var(--icon-menu-people-000);
+ background-image: var(--icon-spreed-menu-people-000);
}
&.icon-fullscreen {
background-image: var(--icon-fullscreen-000);