From 1f895f464d6ea60c9921cad34a29622353c4287c Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Fri, 4 Sep 2020 00:05:34 +0200 Subject: [PATCH] fix(PublicPage): more pretty video placeholder in media overlay gallery --- assets/development/styles/organization.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index 2110b66..9750d44 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -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;