fix home opacity
This commit is contained in:
parent
606b9f7def
commit
199318a81d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user