Skip to content

Commit ef6a57d

Browse files
authored
Merge pull request #345 from zalabhavy/fixhover
Fix Hover With Same background color
2 parents 33d5635 + 317dfac commit ef6a57d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

website2.0/contributor.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,31 @@ body {
113113
position: relative;
114114
position: relative;
115115
}
116+
/* Common styles for all social links */
117+
#team-grid .team-member #social-links a i
118+
{
119+
transition: color 0.3s, transform 0.3s;
120+
}
121+
#team-grid .team-member:nth-child(1) #social-links a i:hover
122+
{
123+
color: #4285F45C;
124+
transform: scale(1.1);
125+
}
126+
#team-grid .team-member:nth-child(2) #social-links a i:hover
127+
{
128+
color: #FBBC0591;
129+
transform: scale(1.1);
130+
}
131+
#team-grid .team-member:nth-child(3) #social-links a i:hover
132+
{
133+
color: #34A8535E;
134+
transform: scale(1.1);
135+
}
136+
#team-grid .team-member:nth-child(4) #social-links a i:hover
137+
{
138+
color: #EA43354D;
139+
transform: scale(1.1);
140+
}
116141
.image-div {
117142
flex: none;
118143
text-align: center;

0 commit comments

Comments
 (0)