Set opacity of lightboxes to 95 in light theme

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-02 09:07:36 +02:00
parent 12b3661dd6
commit e79254e7bf
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
5 changed files with 6 additions and 2 deletions

View file

@ -303,7 +303,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
}
.mx_Dialog_lightbox .mx_Dialog_background {
opacity: 0.85;
opacity: $lightbox-background-bg-opacity;
background-color: $lightbox-background-bg-color;
}