Skip to content

Instantly share code, notes, and snippets.

@scsmash3r
Last active October 31, 2024 21:56
Show Gist options
  • Save scsmash3r/d70349af4f3e25259d13d8a29badd5f3 to your computer and use it in GitHub Desktop.
Save scsmash3r/d70349af4f3e25259d13d8a29badd5f3 to your computer and use it in GitHub Desktop.
HackerNews news.ycombinator.com dark mode
! hacker news dark mode
news.ycombinator.com##body:style(background: black)
news.ycombinator.com##td:style(color: #dadada !important)
news.ycombinator.com##table:style(background-color: #120F0D)
news.ycombinator.com##div.toptext:style(color: #dadada)
news.ycombinator.com##div.c00:style(color: #dadada !important)
news.ycombinator.com##a:style(color: #ffa000 !important)
news.ycombinator.com##span#karma:style(color: #faa000 !important)
news.ycombinator.com##span.pagetop:style(color: #dadada !important)
news.ycombinator.com##textarea:style(color: #404040 !important; background-color:black !important; )
news.ycombinator.com###hnmain:style(background: #120F0D !important)
news.ycombinator.com##.subtext:style(padding-bottom: 7px !important; opacity: 0.3 !important)
news.ycombinator.com##.votearrow:style(height:0 !important)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment