April 17, 2019 at 6:43 pm
#62503
Jason R. Johnston
Participant
I added this bit of code to change the icon color to the official IMDb one on hover.
.social-profiles ul li a[href*="imdb.com"]:hover {
color: #f3ce13;
}