Last active
June 18, 2020 15:42
-
-
Save phit/6064f4e91ee00ce05e63726e35cddc2a to your computer and use it in GitHub Desktop.
my hackernews stylesheet
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
@-moz-document domain("news.ycombinator.com") { | |
* { | |
color: #93A1A1 !important; | |
background-color: #323234 !important; | |
} | |
body > center > table > tbody > tr:first-child * { | |
background-color: #996a24 !important; | |
} | |
body > center > table > tbody > tr:first-child * a:hover { | |
background: #996a24 !important; | |
} | |
code, pre, input, textarea { | |
background: #373738 !important; | |
} | |
a { | |
color: #c9c9c9 !important; | |
} | |
.subtext a { | |
color: #93A1A1 !important; | |
} | |
a:visited, a:visited span { | |
color: #9c9a9a !important; | |
} | |
a:hover, a:hover span { | |
background: #323234 !important; | |
} | |
body, html, body > center { | |
background-color: #202020 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment