Skip to content
forked from Wixel/Chameleon

Collection of CSS selectors that change link colors to the color of the site it's linking to

License

Notifications You must be signed in to change notification settings

fluidcss/Chameleon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Collection of CSS selectors that change link colors to the color of the site it's linking to

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.2%
  • HTML 43.4%
  • Shell 0.4%