sujaykundu777 / devlopr-jekyll

(FREE SITE GENERATOR) - A Customizable/Hackable portfolio jekyll theme where you can blog using Markdown or CMS :rocket: in minutes built for developers. (with CMS)

Home Page:https://devlopr.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font-Awesome CSS Underlines

adam-stamand opened this issue · comments

Issue: The font-awesome icons in the header show an underline when hovered over (See image below).

Capture

Solution: Add 'text-decoration: none !important;' to the .social-link{} element in devlog.scss.

I found this solution on SO (https://stackoverflow.com/questions/21983508/strange-underlines-in-font-awesome-css)

Thanks Adam. The issue was resolved :)