Skip to content

Instantly share code, notes, and snippets.

@rubyu
Last active December 30, 2015 08:39
Show Gist options
  • Save rubyu/7804031 to your computer and use it in GitHub Desktop.
Save rubyu/7804031 to your computer and use it in GitHub Desktop.
make all links high visibility color
a,
a * {
color: #2222ff !important;
}
a:visited,
a:visited * {
color: #888888 !important;
}
a:hover,
a:hover * {
color: #ff2222 !important;
background-color: #ffffff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment