From f9a797521223f46a7572eacd592f876512d777cd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 21 Nov 2018 17:09:06 +0100 Subject: Fix the name of the variable for the black image Signed-off-by: Joas Schilling --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3