Skip to content

Commit

Permalink
Merge pull request #1325 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
fix: Made the X icon of footer black on hover
  • Loading branch information
apu52 authored Aug 7, 2024
2 parents edfa0a5 + bf8fb17 commit ea505e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ body, html {
color: #3b5998;
}

.icons .icon:hover .fab.fa-twitter {
.icons .icon:hover .fab.fa-twitter, .icons .icon:hover .fa-x-twitter {
color: #090e11;
}

Expand Down

0 comments on commit ea505e1

Please sign in to comment.