Skip to content

Commit

Permalink
Fix profile link icons on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed Jul 20, 2023
1 parent e748ae7 commit a05801e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/SelfIntro/SelfIntro.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}

.profile-btn.linkedin {
position: relative;
color: rgb(45, 100, 188);
}

Expand All @@ -61,6 +62,7 @@
}

.profile-btn.npm {
position: relative;
color: rgb(186, 38, 26);
}

Expand Down

0 comments on commit a05801e

Please sign in to comment.