In regards to my portfolio located here: My Portfolio
When hovering over the "Marketing Automation" section, a small fa fa-tablet icon appears to the left which turns blue when hovered over. I would like for this icon to remain white, rather than changing to blue. All of the fa icons on the page behave in this manner. I attempted to remove all CSS to troubleshoot, but the hover effect persisted.
I have searched extensively for the source of this hover effect, but have been unsuccessful. Can anyone identify where this is coming from using the inspector window?
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="service small">
<i class="fa fa-tablet"></i>
<a href="artikler/marketing-automation.php"><h3 class="kompetenceLinks">Marketing Automation</h3></a>
<p>
An extremely powerful yet often overlooked tool that <i>will </i>create an automated and personalized
customer relationship, ultimately leading to increased sales potential.
</p>
</div>
</div>