Skip to content

Instantly share code, notes, and snippets.

@doyousketch2
Created December 9, 2020 02:39
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 doyousketch2/67e038e36d1ffc7abfd904b3eb0bf0c4 to your computer and use it in GitHub Desktop.
Save doyousketch2/67e038e36d1ffc7abfd904b3eb0bf0c4 to your computer and use it in GitHub Desktop.
GitHub Stylus dim mode
@-moz-document domain("github.com") {
/* header */
main > div:first-of-type { background-color: #999 !important }
/* usually just side column, but sometimes full-page, such as wiki */
body { background-color: #bbb !important }
button[aria-label^="Edit the file"] { background-color: #ff9955 !important }
button[aria-label^="Delete the file"] { background-color: #ff3366 !important }
/* front page */
div#readme { background-color: #ccc !important }
/* codeblocks */
table { background-color: #ccc !important }
}
@doyousketch2
Copy link
Author

doyousketch2 commented Dec 9, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment