Tweak Opacity of Video Thumbnail Placeholder

This commit is contained in:
Alexandru Branza 2022-10-05 10:37:37 +03:00
parent 859d0bd1ea
commit ddbd1d21c9

View file

@ -42,8 +42,8 @@
object-fit: contain;
-o-object-position: center;
object-position: center;
opacity: 0.5;
background-color: rgba(255,255,255,0.2);
opacity: 0.25;
background-color: rgba(255,255,255,0.4);
}
}