Skip to content

Commit

Permalink
Merge pull request #1914 from mansi066/main
Browse files Browse the repository at this point in the history
Improve the visibility of twitter icon
PriyaGhosal authored Nov 10, 2024
2 parents 060cedb + 873668a commit bbb0cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1350,7 +1350,7 @@ footer {
transition: color 0.3s ease, transform 0.3s ease;
}
.social-icons .fa-x-twitter:hover {
color: black;
color:whitesmoke;
transform: scale(1.1);
transform: scale(1.2) translateY(-5px);
}

0 comments on commit bbb0cc0

Please sign in to comment.