Created
January 29, 2020 15:02
-
-
Save rbricheno/8f7147b86f917ea087f0b9c9d7ac14fb to your computer and use it in GitHub Desktop.
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
@namespace url(http://www.w3.org/1999/xhtml); | |
body { | |
background-color: #262626 !important; | |
} | |
/* Bright text */ | |
td.title a:link, span.comment font, span.comment font a:link, u a:link, span.yclinks a:link, body:not([id]), | |
td:nth-child(2):not(.subtext) > a:link, input, textarea, p > a, a > u, .c00, .c00 a:link, | |
a[href="http://www.ycombinator.com/apply/"] { | |
color: #ccc !important; | |
} | |
.admin td { | |
color: #aaa !important; | |
} | |
a.story, h1 > a, h3 > a, ul.nav > li > a { | |
color: #ccc !important; | |
} | |
a.dead { | |
color: #888 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment