remove underline that shows up on some social icons on hover

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2024-11-28 16:34:44 -08:00
parent 16f1a84c9b
commit e35cc56abb
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@
width: auto;
color: $black;
}
a:hover {
text-decoration: none;
}
}
}
}