Skip to content

Instantly share code, notes, and snippets.

@lynrayy
lynrayy / gist:2a3d0a1b4d2c933fe1989b9122c509fe
Last active June 10, 2025 00:16
Stylus fix purple links in google
a:visited{
color: #681DA8
}
a {
color: #1A0DAB
}
@lynrayy
lynrayy / gist:6baffadc5de8548e729c23f57dbcf2e4
Last active June 10, 2025 00:16
Stylish fix purple links in google
a:visited
{
color: #681DA8 !important;
}
a
{
color: #1A0DAB !important;
}