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

This commit is contained in:
Michael Telatynski 2020-10-27 11:24:52 +00:00
parent d297ee5c7e
commit be1e4552aa

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 {