-
-
Save GabeOchieng/d2bc67942fbdc45335c27c66f4d468f8 to your computer and use it in GitHub Desktop.
Revisions
-
adithyabsk created this gist
Sep 23, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,65 @@ /* Placeholder: /*[[upvotecolor]]*/ /* Replace with #6F6F6F for gray upvote arrow. */ /* Replace with #FF6600 for orange upvote arrow. */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("news.ycombinator.com") { /* main body styles */ body { background-color: #262626; } body>center>table, input, textarea { background-color: #222; } pre, code { /* The important flags makes sure that this works with the Refined HN extension */ background-color: #333333 !important; display: block; } body>center>table>tbody>tr:first-child>td { background-color: #ff6600; } /* bright text on most pages */ .title a:link, span.comment font, span.comment font a:link, label, u a:link, .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/"], form { color: #ccc !important; } .__rhn__options-bar a { color: #ccc !important; } .admin td { color: #aaa; } /* search box and comment box */ input, textarea { border: 1px solid #828282; } /* upvote arrow */ .votearrow { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 8px solid #6F6F6F; background: none; margin: 6px 2px 4px; } }