Skip to content

ycombinator.com by simonwann

Details

Authorsimonwann

LicenseNo License

Categoryhacker news

Created

Updated

Size554 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Larger fontSize

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ycombinator.com
@version      20220113.03.55
@namespace    userstyles.world/user/simonwann
@description  Larger fontSize
@author       simonwann
@license      No License
==/UserStyle== */

@-moz-document domain("ycombinator.com") {
a{
    font-size: 18px;
}
.title{
    font-size: 22px;
}
.subtext{
    font-size: 18px;
}
.pagetop a{
    color: #fff;
}
td[bgcolor="#ff6600"]{
    padding: 10px;
    border-radius: 8px 8px 0 0;
}
td[bgcolor="#ff6600"] table td{
    
}
#hnmain tbody tr:nth-of-child(3){
    padding: 90px
}
}

Reviews

No reviews yet.