diff --git a/landing/investor-profile.css b/landing/investor-profile.css --- a/landing/investor-profile.css +++ b/landing/investor-profile.css @@ -9,6 +9,14 @@ cursor: pointer; } +.profile:hover { + box-shadow: 0px 2px 4px #7847ff40, inset 0px 0px 12px 5px #7e57c24d; +} + +.profile:hover > img { + filter: saturate(1); +} + .profile img { border-radius: 72px; max-width: 144px;