Skip to content

Instantly share code, notes, and snippets.

@gstricklind
Last active November 12, 2015 05:46
Show Gist options
  • Save gstricklind/e8940de429fd1c83f28e to your computer and use it in GitHub Desktop.
Save gstricklind/e8940de429fd1c83f28e to your computer and use it in GitHub Desktop.
Simple Social Icons: Colored Icons
/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons li.social-dribbble a {
background-color: #049fb3 !important;
}
.simple-social-icons li.social-email a {
background-color: #049fb3 !important;
}
.simple-social-icons li.social-facebook a {
background-color: #3b5998 !important;
}
.simple-social-icons li.social-flickr a {
background-color: #ff0084 !important;
}
.simple-social-icons li.social-github a {
background-color: #000 !important;
}
.simple-social-icons li.social-gplus a {
background-color: #dd4b39 !important;
}
.simple-social-icons li.social-instagram a {
background-color: #517fa4 !important;
}
.simple-social-icons li.social-linkedin a {
background-color: #007bb6 !important;
}
.simple-social-icons li.social-pinterest a {
background-color: #cb2027 !important;
}
.simple-social-icons li.social-rss a {
background-color: #ff6600 !important;
}
.simple-social-icons li.social-stumbleupon a {
background-color: #eb4823 !important;
}
.simple-social-icons li.social-tumblr a {
background-color: #32506d !important;
}
.simple-social-icons li.social-twitter a {
background-color: #00aced !important;
}
.simple-social-icons li.social-vimeo a {
background-color: #aad450 !important;
}
.simple-social-icons li.social-youtube a {
background-color: #bb0000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment