Skip to content

Instantly share code, notes, and snippets.

@solarsailer
Created September 6, 2019 18:35
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 solarsailer/d889ef036037d2f3bc6b683b83a1c8c5 to your computer and use it in GitHub Desktop.
Save solarsailer/d889ef036037d2f3bc6b683b83a1c8c5 to your computer and use it in GitHub Desktop.
LVHA order for predictable colors on links
a {
color: COLOR;
}
a:visited {
color: COLOR; /* Optional, especially on SPA apps. */
}
a:hover {
color: COLOR;
}
a:active,
a:focus {
color: COLOR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment