mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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
@ -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 New Issue
Block a user