fix(PublicPage): more pretty video placeholder in media overlay gallery
This commit is contained in:
parent
b46dff280d
commit
1f895f464d
1 changed files with 4 additions and 2 deletions
|
@ -124,8 +124,10 @@
|
|||
}
|
||||
|
||||
.media-overlay {
|
||||
background-color: rgba(196, 196, 196, 0.7);
|
||||
color: #B12008;
|
||||
/*background-color: rgba(196, 196, 196, 0.7);*/
|
||||
background: rgb(177,32,8);
|
||||
background: linear-gradient(45deg, #e67e22 0%, #c0392b 100%);
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue