Hacker News
Hacker News Dark Pro by idispatch
Details
Authoridispatch
LicenseNo License
Categorynews.ycombinator.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hacker News
Source code
/* ==UserStyle==
@name Hacker News Dark Pro
@namespace USO Archive
@author idispatch
@description `This style attempts to preserve the default view while being easier on the eyes. Neither the font styles nor the size and position of any elements on the page are affected.`
@version 20210512.2.47
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("news.ycombinator.com") {
body {
background-color: #383838 !important;
font-family: "Iosevka"
}
body > center > table, input, textarea {
background-color: #424242 !important;
}
body > center > table > tbody > tr:first-child > td {
background-color: #ff6600 !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/"], a[href="https://www.ycombinator.com/apply/"] {
color: #c6c6c6 !important;
font-family: "Iosevka Term";
font-size: 10pt;
}
::selection {
color: #fff;
background: #4e7bff;
}
.admin td {
color: #aaa !important;
}
/* search box and comment box */
input, textarea {
border: 1px solid #828282 !important;
}
}