fix the Jitsi bg colour to not be transparent as the app colours may be anything and bleed through

pull/15575/head
Michael Telatynski 2020-10-27 11:24:52 +00:00
parent 7c895bd8c0
commit 0bdf979c46
1 changed files with 1 additions and 1 deletions

View File

@ -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 {