Skip to content

Commit

Permalink
Add drop-shadow on member images
Browse files Browse the repository at this point in the history
Accounting for contrast for logos that include white
  • Loading branch information
KevinPayravi committed Aug 22, 2024
1 parent c25da65 commit 66255ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 66255ff

Please sign in to comment.