fix(PublicPage): more pretty video placeholder in media overlay gallery

This commit is contained in:
Matthieu Bessat 2020-09-04 00:05:34 +02:00
parent b46dff280d
commit 1f895f464d

View file

@ -124,8 +124,10 @@
} }
.media-overlay { .media-overlay {
background-color: rgba(196, 196, 196, 0.7); /*background-color: rgba(196, 196, 196, 0.7);*/
color: #B12008; background: rgb(177,32,8);
background: linear-gradient(45deg, #e67e22 0%, #c0392b 100%);
color: white;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;