Fixed an issue with window transparency

This commit is contained in:
booploops 2021-12-09 01:08:08 -08:00
parent 865fcc5ec9
commit e4a99b3ccc

View file

@ -79,7 +79,7 @@ body[platform='linux'] {
}
#app {
--color1: rgb(30, 30, 30, 30%);
--color1: rgba(30, 30, 30, 30%);
--color2: rgba(15, 15, 15, 70%);
/* --color1: rgb(30, 30, 31, 20%);
--color2: rgba(17, 17, 17, 24%); */