Last active
October 31, 2024 21:56
-
-
Save scsmash3r/d70349af4f3e25259d13d8a29badd5f3 to your computer and use it in GitHub Desktop.
HackerNews news.ycombinator.com dark mode
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
! 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