Created
June 26, 2021 04:54
-
-
Save ichisadashioko/fda291d9116c2be82bfd5b8d4cd77c23 to your computer and use it in GitHub Desktop.
stylus styling for annoying JP sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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