Skip to content

Instantly share code, notes, and snippets.

@leytonreed
Created October 4, 2024 07:14
Show Gist options
  • Save leytonreed/d3bfb3a366849d6df435fb18e6a37b1e to your computer and use it in GitHub Desktop.
Save leytonreed/d3bfb3a366849d6df435fb18e6a37b1e to your computer and use it in GitHub Desktop.
HN Dark Mode
news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg))
news.ycombinator.com##body:style(background: #e6e6e6)
news.ycombinator.com##*:style(font-family: system-ui; font-size: 1rem)
news.ycombinator.com##code:style(font-family: monospace)
news.ycombinator.com##tbody:style(background: #e6e6e6)
news.ycombinator.com###hnmain:remove-attr(bgcolor)
news.ycombinator.com##:matches-path("/item") tbody:style(background: #dbdbdb)
news.ycombinator.com##div.toptext:style(color: black)
news.ycombinator.com###hnmain td[bgcolor="#000000"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment