From 66255ff469e478c6d1382c83db9c63b206b2fb98 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Thu, 22 Aug 2024 20:16:46 +0100 Subject: [PATCH] Add drop-shadow on member images Accounting for contrast for logos that include white --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 44d2298..469fe1e 100644 --- a/style.css +++ b/style.css @@ -503,6 +503,7 @@ tr:nth-child(odd) { } .member .logo img { margin: 0 auto; + filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8)); } .member .description {