Skip to content

Instantly share code, notes, and snippets.

@ichisadashioko
Created June 26, 2021 04:54
Show Gist options
  • Save ichisadashioko/fda291d9116c2be82bfd5b8d4cd77c23 to your computer and use it in GitHub Desktop.
Save ichisadashioko/fda291d9116c2be82bfd5b8d4cd77c23 to your computer and use it in GitHub Desktop.
stylus styling for annoying JP sites
* {
background-image: none !important;
background-color:black !important;
color: white !important;
}
a {
color: rgb(0, 255, 0) !important;
}
a:visited {
color: green !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment