Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Last active August 29, 2015 14:20
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 jonathanpath/dd81162ceaff4406366c to your computer and use it in GitHub Desktop.
Save jonathanpath/dd81162ceaff4406366c to your computer and use it in GitHub Desktop.
Facebook and Twitter buttons (any framework override)
// Facebook
.btn-facebook {
background-color: #44619d !important;
color: #fff !important;
}
// Twitter
.btn-twitter {
background-color: #55acee !important;
color: #fff !important;
}
// Google Plus
.btn-googleplus {
background-color: #d95232 !important;
color: #fff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment