Skip to content

Commit 66255ff

Browse files
committed
Add drop-shadow on member images
Accounting for contrast for logos that include white
1 parent c25da65 commit 66255ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ tr:nth-child(odd) {
503503
}
504504
.member .logo img {
505505
margin: 0 auto;
506+
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
506507
}
507508

508509
.member .description {

0 commit comments

Comments
 (0)