Skip to content

news.ycombinator.com by calvinmorett

Details

Authorcalvinmorett

LicenseNo License

Categorydark theme, hacker news, yc

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           news.ycombinator.com
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
html,
body {
    background: #333;
    color: #e6dcdc;
}
.pagetop a:visited,
a:link,
a:visited {
    color: #a7a7a7;
}
#hnmain {
    background: transparent;
    color: #eee;
}
#hnmain td:first-of-type {
    background: #333;
}
.default p {
    color: rgb(183, 183, 183);
}
.comment span,
.c00,
.c00 a:link {
    color: rgb(183, 183, 183);
}
.comment a:link,
p a:visited,
p:active {
    color: #a6cfe7;
}
.reply a:link {
    text-decoration: none!important;
    color: #97979d;
}
.hnuser {
    color: #949692;
}
.votelinks {
    padding: 0 10px;
}
.athing {
    padding: 10px 0;
    color: #828282;
}
.athing a:link:hover {
    color: #ddddd7;
}
.subtext {
    padding: 2px 0 10px 0;
}
.title .morelink {
    color: white;
    max-height: 20px;
    background: rgba(255, 255, 255, .05);
    padding: 5px 30px;
}
.title .morelink:hover {
    background: rgba(255, 255, 255, .09);
}

Reviews

No reviews yet.