Skip to content

Commit

Permalink
remove underline that shows up on some social icons on hover
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Nov 29, 2024
1 parent 16f1a84 commit e35cc56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
width: auto;
color: $black;
}
a:hover {
text-decoration: none;
}
}
}
}
Expand Down

0 comments on commit e35cc56

Please sign in to comment.