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;