Chameleon
=========
Collection of CSS selectors that automatically change link colors to the color of the site it's linking to. eg. Github, Facebook
###Example:
####CSS
The CSS selector targets the 'a' anchor element with the corresponding href attribute. in this case 'github'
a[href*="github"]{color: #4183c4;}
####HTML
HTML stays as simple as a link can be
<a href="http://example.github.com/user/project" >github</a >
###Info :
* It's awesome.
* Most sites are included. Make a PR or new issue to add yours if you see it's missing.
* ***It's extremely easy to implement. (just add the CSS file to your site)***
* Or add the .scss file to your existing project
* Did I mention it's awesome?