mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
fix the Jitsi bg colour to not be transparent as the app colours may be anything and bleed through
This commit is contained in:
parent
7c895bd8c0
commit
0bdf979c46
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue