tabalinas / jssocials

Social Network Sharing jQuery Plugin
http://js-socials.com
MIT License
464 stars 104 forks source link

Style for visited links #144

Open mhm-amaya opened 7 years ago

mhm-amaya commented 7 years ago

I suggest styling the :visited status to avoid bizarre colors in icons and text. For instance, lines 76-77 of jssocials-theme-flat.css would be:


.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active, .jssocials-share-link:visited {
   color: #fff; }
tabalinas commented 7 years ago

Could you make a PR with the suggested change?

mhm-amaya commented 7 years ago

Of course, I would be pleased... Just give me some time as I am pretty busy at this very moment!