Skip to content

Instantly share code, notes, and snippets.

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 zakirsajib/210f8774ea99eab7e081ba894c344851 to your computer and use it in GitHub Desktop.
Save zakirsajib/210f8774ea99eab7e081ba894c344851 to your computer and use it in GitHub Desktop.
Facebook, Instagram and Pinterest hover ACTUAL color
a.fb:hover {
color: #3B5998;
}
a.inst:hover {
color: #fb3958;
}
a.pin:hover {
color: #C92228;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment