fix home opacity

This commit is contained in:
Ehab Hassan 2023-09-05 12:48:53 +03:00
parent 606b9f7def
commit 199318a81d

View File

@ -414,8 +414,8 @@ video {
top: 0;
right: 0;
z-index: 40;
background-color: black;
opacity: .5;
background-color: rgba(0, 0, 0, 0.2);
/* opacity: .5; */
}
.content {
background: rgba(0, 0, 0, 0.5);