Skip to content

Instantly share code, notes, and snippets.

@KurohimeAkari
Created October 26, 2015 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurohimeAkari/22878f9dbd8e5185d82d to your computer and use it in GitHub Desktop.
Save KurohimeAkari/22878f9dbd8e5185d82d to your computer and use it in GitHub Desktop.
Font Awesome の カラーリングCSS
.fa{
margin:0px 5px;
font-size:20px;
color: #fff;
}
.fa-rss:hover{
color:#FF8C00;
}
.fa-twitter:hover{
color:#55ACEE;
}
.fa-github-square:hover{
color:#999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment