In a footer I have social media icons (FB, Twitter etc) which are white until hovered over. Once hovered, they become their respective colours (dark blue FB, light blue twitter etc).
My problem is that the instagram icon is multicoloured. Is there any way to change the colour to a 45 degree linear gradient once hovered?
Or does this only work with background colours (as i'm using font-awesome so the icons are technically text or so I'm told)
I've also read transitions don't support linear gradient, as hover is an effect does this apply to it as well?