Created
June 15, 2023 16:18
-
-
Save maxpowa/6e7acec97821ad16d02765ad9ee6a7d0 to your computer and use it in GitHub Desktop.
Dark mode for the orange site
This file contains 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
# HN Dark Mode | |
news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg)) | |
news.ycombinator.com##body:style(background: white) | |
news.ycombinator.com##div.toptext:style(color: #111) | |
news.ycombinator.com##table#hnmain td:style(background-color: white !important) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment