Skip to content

Instantly share code, notes, and snippets.

@lynrayy
Last active June 10, 2025 00:16
Show Gist options
  • Select an option

  • Save lynrayy/6baffadc5de8548e729c23f57dbcf2e4 to your computer and use it in GitHub Desktop.

Select an option

Save lynrayy/6baffadc5de8548e729c23f57dbcf2e4 to your computer and use it in GitHub Desktop.
Stylish fix purple links in google
a:visited
{
color: #681DA8 !important;
}
a
{
color: #1A0DAB !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment