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; top: 0;
right: 0; right: 0;
z-index: 40; z-index: 40;
background-color: black; background-color: rgba(0, 0, 0, 0.2);
opacity: .5; /* opacity: .5; */
} }
.content { .content {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);