Skip to content

Instantly share code, notes, and snippets.

@splorp
Last active July 4, 2018 05:51
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 splorp/715072e9a4a68482820716a2dbdecc2f to your computer and use it in GitHub Desktop.
Save splorp/715072e9a4a68482820716a2dbdecc2f to your computer and use it in GitHub Desktop.
GitHub Better Follow Button
/* ============================================================================ */
/* Custom styles for github.com */
/* Grant Hutchinson (@splorp) */
/* ============================================================================ */
button[title~="Follow"].btn {
color: #EEF;
background-color: #4078c0;
background-image: none;
}
button[title~="Follow"].btn:hover {
background-color: #2F588E;
background-image: none;
}
strong {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment