From 0bdf979c46030d95c22359f55fcb09162429bfac Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 27 Oct 2020 11:24:52 +0000 Subject: [PATCH] fix the Jitsi bg colour to not be transparent as the app colours may be anything and bleed through --- src/vector/jitsi/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/jitsi/index.scss b/src/vector/jitsi/index.scss index a4ae84cacf..2c7e020c96 100644 --- a/src/vector/jitsi/index.scss +++ b/src/vector/jitsi/index.scss @@ -24,7 +24,7 @@ limitations under the License. } $dark-fg: #edf3ff; -$dark-bg: rgba(141, 151, 165, 0.2); +$dark-bg: #363c43; $light-fg: #2e2f32; $light-bg: #fff; body {